commit | c4f790736ca8d7d86883c5aee2ba1caa15cd8da3 | [log] [tgz] |
---|---|---|
author | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Mon May 23 21:18:20 2011 -0500 |
committer | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Sun May 29 12:49:53 2011 -0500 |
tree | 827e371fb2aff1e9290fbd90ca436d069aaa356d | |
parent | 139f37f5e14cd883eee2a8a36289f544b5390a44 [diff] |
eCryptfs: Consolidate inode functions into inode.c These functions should live in inode.c since their focus is on inodes and they're primarily used by functions in inode.c. Also does a simple cleanup of ecryptfs_inode_test() and rolls ecryptfs_init_inode() into ecryptfs_inode_set(). Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com> Tested-by: David <david@unsolicited.net>