aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index b89eef1d1752..9db9f6e6c98b 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1534,7 +1534,7 @@ extern void dentry_unhash(struct dentry *dentry);
1534 * VFS file helper functions. 1534 * VFS file helper functions.
1535 */ 1535 */
1536extern void inode_init_owner(struct inode *inode, const struct inode *dir, 1536extern void inode_init_owner(struct inode *inode, const struct inode *dir,
1537 mode_t mode); 1537 umode_t mode);
1538/* 1538/*
1539 * VFS FS_IOC_FIEMAP helper definitions. 1539 * VFS FS_IOC_FIEMAP helper definitions.
1540 */ 1540 */