switch ->create() to umode_t
[deliverable/linux.git] / fs / cifs / dir.c
index d7eeb9d3ed6feae9a8c25f9e71d7822efba3e488..2dc8be86be09100d55c9771ea3b3f5d7b74dc9ff 100644 (file)
@@ -136,7 +136,7 @@ cifs_bp_rename_retry:
 /* Inode operations in similar order to how they appear in Linux file fs.h */
 
 int
-cifs_create(struct inode *inode, struct dentry *direntry, int mode,
+cifs_create(struct inode *inode, struct dentry *direntry, umode_t mode,
                struct nameidata *nd)
 {
        int rc = -ENOENT;
This page took 0.025194 seconds and 5 git commands to generate.