switch ->create() to umode_t
[deliverable/linux.git] / fs / ext3 / namei.c
index 642dc6d66dfd0a4272c3b8c983d3155428fb821a..6047d121f53783501fc33932f0832fa9a911954a 100644 (file)
@@ -1698,7 +1698,7 @@ static int ext3_add_nondir(handle_t *handle,
  * If the create succeeds, we fill in the inode information
  * with d_instantiate().
  */
-static int ext3_create (struct inode * dir, struct dentry * dentry, int mode,
+static int ext3_create (struct inode * dir, struct dentry * dentry, umode_t mode,
                struct nameidata *nd)
 {
        handle_t *handle;
@@ -1768,7 +1768,7 @@ retry:
        return err;
 }
 
-static int ext3_mkdir(struct inode * dir, struct dentry * dentry, int mode)
+static int ext3_mkdir(struct inode * dir, struct dentry * dentry, umode_t mode)
 {
        handle_t *handle;
        struct inode * inode;
This page took 0.023865 seconds and 5 git commands to generate.