switch ->create() to umode_t
[GitHub/LineageOS/android_kernel_motorola_exynos9610.git] / fs / xfs / xfs_iops.c
index 99b324d43c986c0c80973a8b0a3b556dc22e0f7b..0efa4e51bebf29fe87d54a3c23de2f35936bf774 100644 (file)
@@ -231,7 +231,7 @@ STATIC int
 xfs_vn_create(
        struct inode    *dir,
        struct dentry   *dentry,
-       int             mode,
+       umode_t         mode,
        struct nameidata *nd)
 {
        return xfs_vn_mknod(dir, dentry, mode, 0);