aboutsummaryrefslogtreecommitdiffstats
path: root/fs/anon_inodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/anon_inodes.c')
-rw-r--r--fs/anon_inodes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/anon_inodes.c b/fs/anon_inodes.c
index 549a53cc0283..cbe57f3c4d89 100644
--- a/fs/anon_inodes.c
+++ b/fs/anon_inodes.c
@@ -66,9 +66,9 @@ static const struct address_space_operations anon_aops = {
66}; 66};
67 67
68/** 68/**
69 * anon_inode_getfd - creates a new file instance by hooking it up to an 69 * anon_inode_getfile - creates a new file instance by hooking it up to an
70 * anonymous inode, and a dentry that describe the "class" 70 * anonymous inode, and a dentry that describe the "class"
71 * of the file 71 * of the file
72 * 72 *
73 * @name: [in] name of the "class" of the new file 73 * @name: [in] name of the "class" of the new file
74 * @fops: [in] file operations for the new file 74 * @fops: [in] file operations for the new file