From: Dave Hansen Date: Sun, 1 Oct 2006 06:29:06 +0000 (-0700) Subject: [PATCH] r/o bind mounts: monitor zeroing of i_nlink X-Git-Tag: v2.6.19-rc1~526 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce71ec36840368b877fb63bd14c8e67ab62d08b1;p=pandora-kernel.git [PATCH] r/o bind mounts: monitor zeroing of i_nlink Some filesystems, instead of simply decrementing i_nlink, simply zero it during an unlink operation. We need to catch these in addition to the decrement operations. Signed-off-by: Dave Hansen Acked-by: Christoph Hellwig Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed