]> git.baikalelectronics.ru Git - kernel.git/commit
eCryptfs: Cleanup inode initialization code
authorTyler Hicks <tyhicks@linux.vnet.ibm.com>
Tue, 24 May 2011 07:16:51 +0000 (02:16 -0500)
committerTyler Hicks <tyhicks@linux.vnet.ibm.com>
Sun, 29 May 2011 17:51:17 +0000 (12:51 -0500)
commit99112692f3b8a6a70fa415505a71ff16c11f62b0
tree3d9d551131686c9b0f4c6f7ed31ce4db1dbd0327
parent7163cd46c2878a4ef548aeb504b93a302939c5fb
eCryptfs: Cleanup inode initialization code

The eCryptfs inode get, initialization, and dentry interposition code
has two separate paths. One is for when dentry interposition is needed
after doing things like a mkdir in the lower filesystem and the other
is needed after a lookup. Unlocking new inodes and doing a d_add() needs
to happen at different times, depending on which type of dentry
interposing is being done.

This patch cleans up the inode get and initialization code paths and
splits them up so that the locking and d_add() differences mentioned
above can be handled appropriately in a later patch.

Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
Tested-by: David <david@unsolicited.net>
fs/ecryptfs/ecryptfs_kernel.h
fs/ecryptfs/inode.c