diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 9626c5fbb0e1..8a733862a411 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1428,7 +1428,8 @@ extern void dentry_unhash(struct dentry *dentry); | |||
1428 | * VFS file helper functions. | 1428 | * VFS file helper functions. |
1429 | */ | 1429 | */ |
1430 | extern int file_permission(struct file *, int); | 1430 | extern int file_permission(struct file *, int); |
1431 | 1431 | extern void inode_init_owner(struct inode *inode, const struct inode *dir, | |
1432 | mode_t mode); | ||
1432 | /* | 1433 | /* |
1433 | * VFS FS_IOC_FIEMAP helper definitions. | 1434 | * VFS FS_IOC_FIEMAP helper definitions. |
1434 | */ | 1435 | */ |