commit | ae56fb16337c882c52806508f93ead4034004c7a | [log] [tgz] |
---|---|---|
author | Michael Halcrow <mhalcrow@us.ibm.com> | Thu Nov 16 01:19:30 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Nov 16 11:43:38 2006 -0800 |
tree | f2bb551db8d2d9b92c90b5f5462a3617457771bd | |
parent | 31be8309532a6743f301cb2e83bd12ca07988b09 [diff] |
[PATCH] eCryptfs: CIFS nlink fixes When CIFS is the lower filesystem, the old lower dentry needs to be explicitly dropped from inside eCryptfs to force a revalidate. In addition, when CIFS is the lower filesystem, the inode attributes need to be copied back up from the lower inode to the eCryptfs inode on an eCryptfs revalidate. Signed-off-by: Michael Halcrow <mhalcrow@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>