diff options
Diffstat (limited to 'fs/inode.c')
-rw-r--r-- | fs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/inode.c b/fs/inode.c index 9910c039f026..16fefd373fc2 100644 --- a/fs/inode.c +++ b/fs/inode.c | |||
@@ -1715,7 +1715,7 @@ void init_special_inode(struct inode *inode, umode_t mode, dev_t rdev) | |||
1715 | EXPORT_SYMBOL(init_special_inode); | 1715 | EXPORT_SYMBOL(init_special_inode); |
1716 | 1716 | ||
1717 | /** | 1717 | /** |
1718 | * Init uid,gid,mode for new inode according to posix standards | 1718 | * inode_init_owner - Init uid,gid,mode for new inode according to posix standards |
1719 | * @inode: New inode | 1719 | * @inode: New inode |
1720 | * @dir: Directory inode | 1720 | * @dir: Directory inode |
1721 | * @mode: mode of the new inode | 1721 | * @mode: mode of the new inode |