From: Barry Naujok Date: Mon, 16 Jun 2008 02:07:41 +0000 (+1000) Subject: [XFS] Invalidate dentry in unlink/rmdir if in case-insensitive mode X-Git-Tag: v2.6.27-rc2~91^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d532506cd8b59543b376e155508f88a03a81dad1;p=pandora-kernel.git [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 Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed