switch debugfs to umode_t
[deliverable/linux.git] / drivers / s390 / block / dasd.c
index 65894f05a801d073974ae11a6599b59c45e5daee..42986d7bcf9d1683fd6c887c0c345915ae5f505c 100644 (file)
@@ -1073,7 +1073,7 @@ static const struct file_operations dasd_stats_global_fops = {
 static void dasd_profile_init(struct dasd_profile *profile,
                              struct dentry *base_dentry)
 {
-       mode_t mode;
+       umode_t mode;
        struct dentry *pde;
 
        if (!base_dentry)
@@ -1112,7 +1112,7 @@ static void dasd_statistics_removeroot(void)
 
 static void dasd_statistics_createroot(void)
 {
-       mode_t mode;
+       umode_t mode;
        struct dentry *pde;
 
        dasd_debugfs_root_entry = NULL;
This page took 0.025275 seconds and 5 git commands to generate.