• Hugh Dickins's avatar
    [PATCH] tmpfs 2/5 long symlinks · 467a0077
    Hugh Dickins authored
    shmem_symlink was letting a long symlink overwrite its vfs_inode, now
    included within struct shmem_inode_info - oops! and failed long symlink
    inodes were freed but still left on the shmem_inodes list, causing oops
    in swapoff at shutdown (if not earlier).
    467a0077
shmem.c 39 KB