commit | ce71ec36840368b877fb63bd14c8e67ab62d08b1 | [log] [tgz] |
---|---|---|
author | Dave Hansen <haveblue@us.ibm.com> | Sat Sep 30 23:29:06 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 01 00:39:30 2006 -0700 |
tree | 55ea3caaa339881dfd66d787b3dbbb964825d07a | |
parent | 17ff785691503f63ec648df82a7fdaece7695561 [diff] |
[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 <haveblue@us.ibm.com> Acked-by: Christoph Hellwig <hch@lst.de> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>