diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-05-12 08:29:38 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-05-15 01:10:37 -0400 |
commit | 89076bc31950eee576ecc06460c23466e2d50939 (patch) | |
tree | 36d780bb1431ff5312c6ca5ec147d895c6eacbdf /fs/ecryptfs | |
parent | 322105e2fe20b51587a328e7121dc04ea361b083 (diff) |
get rid of assorted nameidata-related debris
pointless forward declarations, stale comments
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ecryptfs')
-rw-r--r-- | fs/ecryptfs/inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ecryptfs/inode.c b/fs/ecryptfs/inode.c index 73d20ae92478..3c4db1172d22 100644 --- a/fs/ecryptfs/inode.c +++ b/fs/ecryptfs/inode.c | |||
@@ -170,7 +170,6 @@ out_unlock: | |||
170 | * @directory_inode: inode of the new file's dentry's parent in ecryptfs | 170 | * @directory_inode: inode of the new file's dentry's parent in ecryptfs |
171 | * @ecryptfs_dentry: New file's dentry in ecryptfs | 171 | * @ecryptfs_dentry: New file's dentry in ecryptfs |
172 | * @mode: The mode of the new file | 172 | * @mode: The mode of the new file |
173 | * @nd: nameidata of ecryptfs' parent's dentry & vfsmount | ||
174 | * | 173 | * |
175 | * Creates the underlying file and the eCryptfs inode which will link to | 174 | * Creates the underlying file and the eCryptfs inode which will link to |
176 | * it. It will also update the eCryptfs directory inode to mimic the | 175 | * it. It will also update the eCryptfs directory inode to mimic the |
@@ -384,7 +383,7 @@ static int ecryptfs_lookup_interpose(struct dentry *dentry, | |||
384 | * ecryptfs_lookup | 383 | * ecryptfs_lookup |
385 | * @ecryptfs_dir_inode: The eCryptfs directory inode | 384 | * @ecryptfs_dir_inode: The eCryptfs directory inode |
386 | * @ecryptfs_dentry: The eCryptfs dentry that we are looking up | 385 | * @ecryptfs_dentry: The eCryptfs dentry that we are looking up |
387 | * @ecryptfs_nd: nameidata; may be NULL | 386 | * @flags: lookup flags |
388 | * | 387 | * |
389 | * Find a file on disk. If the file does not exist, then we'll add it to the | 388 | * Find a file on disk. If the file does not exist, then we'll add it to the |
390 | * dentry cache and continue on to read it from the disk. | 389 | * dentry cache and continue on to read it from the disk. |