commit | d532506cd8b59543b376e155508f88a03a81dad1 | [log] [tgz] |
---|---|---|
author | Barry Naujok <bnaujok@sgi.com> | Mon Jun 16 12:07:41 2008 +1000 |
committer | Niv Sardi <xaiki@debian.org> | Mon Jul 28 16:58:47 2008 +1000 |
tree | 554e401cf6bcb9894e0110e05ead0d04d6d0e907 | |
parent | 87affd08bc9c741b99053cabb908cf54a135a0fa [diff] |
[XFS] Invalidate dentry in unlink/rmdir if in case-insensitive mode The vfs_unlink/d_delete functionality in the Linux VFS make the dentry negative if it is the only inode being referenced. Case-insensitive mode doesn't work with negative dentries, so if using CI-mode, invalidate the dentry on unlink/rmdir. SGI-PV: 983102 SGI-Modid: xfs-linux-melb:xfs-kern:31308a Signed-off-by: Barry Naujok <bnaujok@sgi.com> Signed-off-by: Christoph Hellwig <hch@infradead.org>