commit | 587228be4a43c28c402c1cc8a5f185252d8e2231 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 24 22:58:10 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:55:01 2012 -0500 |
tree | c0708154e24c91b57581e8b596214f5254485f7b | |
parent | 8e0718924e7d7eaf6104e54aeaeda477570e1e06 [diff] [blame] |
omfs: propagate umode_t Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/omfs/dir.c b/fs/omfs/dir.c index d82599f..f00576e 100644 --- a/fs/omfs/dir.c +++ b/fs/omfs/dir.c
@@ -255,7 +255,7 @@ return 0; } -static int omfs_add_node(struct inode *dir, struct dentry *dentry, int mode) +static int omfs_add_node(struct inode *dir, struct dentry *dentry, umode_t mode) { int err; struct inode *inode = omfs_new_inode(dir, mode);