switch ->mknod() to umode_t
[deliverable/linux.git] / fs / hpfs / namei.c
index 769f76c7303ae92a82f78dd6547918fd92503351..30dd7b10b507a077877d58a2bb4d5ada18ee3101 100644 (file)
@@ -201,7 +201,7 @@ bail:
        return err;
 }
 
-static int hpfs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev)
+static int hpfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev)
 {
        const unsigned char *name = dentry->d_name.name;
        unsigned len = dentry->d_name.len;
This page took 0.033438 seconds and 5 git commands to generate.