From: Sergey Vlasov Date: Mon, 12 Jun 2006 20:53:23 +0000 (+0100) Subject: [PATCH] tmpfs: Decrement i_nlink correctly in shmem_rmdir() X-Git-Tag: v2.6.17~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86bc843a268058df558844b6bf64531617fbc698;p=pandora-kernel.git [PATCH] tmpfs: Decrement i_nlink correctly in shmem_rmdir() shmem_rmdir() must undo the increment of i_nlink done in shmem_get_inode() for directories, otherwise at least IN_DELETE_SELF inotify event generation is broken. Signed-off-by: Sergey Vlasov Signed-off-by: Hugh Dickins Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed