git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61c4f2c
)
eCryptfs: Clear i_nlink in rmdir
author
Tyler Hicks
<tyhicks@linux.vnet.ibm.com>
Fri, 29 Apr 2011 21:26:27 +0000
(16:26 -0500)
committer
Tyler Hicks
<tyhicks@linux.vnet.ibm.com>
Fri, 27 May 2011 16:46:14 +0000
(11:46 -0500)
eCryptfs wasn't clearing the eCryptfs inode's i_nlink after a successful
vfs_rmdir() on the lower directory. This resulted in the inode evict and
destroy paths to be missed.
https://bugs.launchpad.net/ecryptfs/+bug/723518
Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
Cc: <stable@kernel.org>
No differences found