commit | 1a67aafb5f72a436ca044293309fa7e6351d6a35 | [log] [tgz] |
---|---|---|
author | Al Viro <[email protected]> | Tue Jul 26 01:52:52 2011 -0400 |
committer | Al Viro <[email protected]> | Tue Jan 03 22:54:54 2012 -0500 |
tree | d9e58600148de9d41b478cf815773b746647d15b | |
parent | 4acdaf27ebe2034c342f3be57ef49aed1ad885ef [diff] [blame] |
switch ->mknod() to umode_t Signed-off-by: Al Viro <[email protected]>
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index 77306f3..86edc45 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c
@@ -1770,7 +1770,7 @@ } static int ext4_mknod(struct inode *dir, struct dentry *dentry, - int mode, dev_t rdev) + umode_t mode, dev_t rdev) { handle_t *handle; struct inode *inode;