diff options
Diffstat (limited to 'fs/ext3/namei.c')
-rw-r--r-- | fs/ext3/namei.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext3/namei.c b/fs/ext3/namei.c index 642dc6d66dfd..4f35b2f315d4 100644 --- a/fs/ext3/namei.c +++ b/fs/ext3/namei.c | |||
@@ -1698,7 +1698,7 @@ static int ext3_add_nondir(handle_t *handle, | |||
1698 | * If the create succeeds, we fill in the inode information | 1698 | * If the create succeeds, we fill in the inode information |
1699 | * with d_instantiate(). | 1699 | * with d_instantiate(). |
1700 | */ | 1700 | */ |
1701 | static int ext3_create (struct inode * dir, struct dentry * dentry, int mode, | 1701 | static int ext3_create (struct inode * dir, struct dentry * dentry, umode_t mode, |
1702 | struct nameidata *nd) | 1702 | struct nameidata *nd) |
1703 | { | 1703 | { |
1704 | handle_t *handle; | 1704 | handle_t *handle; |
@@ -1732,7 +1732,7 @@ retry: | |||
1732 | } | 1732 | } |
1733 | 1733 | ||
1734 | static int ext3_mknod (struct inode * dir, struct dentry *dentry, | 1734 | static int ext3_mknod (struct inode * dir, struct dentry *dentry, |
1735 | int mode, dev_t rdev) | 1735 | umode_t mode, dev_t rdev) |
1736 | { | 1736 | { |
1737 | handle_t *handle; | 1737 | handle_t *handle; |
1738 | struct inode *inode; | 1738 | struct inode *inode; |
@@ -1768,7 +1768,7 @@ retry: | |||
1768 | return err; | 1768 | return err; |
1769 | } | 1769 | } |
1770 | 1770 | ||
1771 | static int ext3_mkdir(struct inode * dir, struct dentry * dentry, int mode) | 1771 | static int ext3_mkdir(struct inode * dir, struct dentry * dentry, umode_t mode) |
1772 | { | 1772 | { |
1773 | handle_t *handle; | 1773 | handle_t *handle; |
1774 | struct inode * inode; | 1774 | struct inode * inode; |