diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-24 23:20:18 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:55:11 -0500 |
commit | 62bb109170375f82eb3c51c8080b72954f02dca7 (patch) | |
tree | 47d0a7b84c195b2267ed6803e4492eec6ec8478c /include/linux | |
parent | 175a4eb7ea531cdbf6d574f5d5ba9aa0f5e8ed13 (diff) |
switch inode_init_owner() to umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/fs.h | 2 |
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 | */ |
1536 | extern void inode_init_owner(struct inode *inode, const struct inode *dir, | 1536 | extern 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 | */ |