switch ->create() to umode_t
[GitHub/LineageOS/android_kernel_motorola_exynos9610.git] / fs / cifs / cifsfs.h
index add64454fd51a94cc6441d9a7efcc9120df53e7d..358724df558bdd26b55260ce85d18b692e4b6fb9 100644 (file)
@@ -44,7 +44,7 @@ extern const struct address_space_operations cifs_addr_ops_smallbuf;
 /* Functions related to inodes */
 extern const struct inode_operations cifs_dir_inode_ops;
 extern struct inode *cifs_root_iget(struct super_block *);
-extern int cifs_create(struct inode *, struct dentry *, int,
+extern int cifs_create(struct inode *, struct dentry *, umode_t,
                       struct nameidata *);
 extern struct dentry *cifs_lookup(struct inode *, struct dentry *,
                                  struct nameidata *);