diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 02:49:13 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:54:59 -0500 |
commit | 6a9a06d9ca3d307bd83d93e442ad964f5de7ec2c (patch) | |
tree | 46e9c10155053144a4931f4ceeaa7b77cd12326a /fs/ufs/ufs.h | |
parent | 4f45ba3d101fd882ed122059e6797786c81e2c17 (diff) |
ufs: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ufs/ufs.h')
-rw-r--r-- | fs/ufs/ufs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ufs/ufs.h b/fs/ufs/ufs.h index c26f2bcec264..528750b7e701 100644 --- a/fs/ufs/ufs.h +++ b/fs/ufs/ufs.h | |||
@@ -104,7 +104,7 @@ extern const struct address_space_operations ufs_aops; | |||
104 | 104 | ||
105 | /* ialloc.c */ | 105 | /* ialloc.c */ |
106 | extern void ufs_free_inode (struct inode *inode); | 106 | extern void ufs_free_inode (struct inode *inode); |
107 | extern struct inode * ufs_new_inode (struct inode *, int); | 107 | extern struct inode * ufs_new_inode (struct inode *, umode_t); |
108 | 108 | ||
109 | /* inode.c */ | 109 | /* inode.c */ |
110 | extern struct inode *ufs_iget(struct super_block *, unsigned long); | 110 | extern struct inode *ufs_iget(struct super_block *, unsigned long); |