diff options
Diffstat (limited to 'drivers/s390/block/dasd.c')
-rw-r--r-- | drivers/s390/block/dasd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/block/dasd.c b/drivers/s390/block/dasd.c index 65894f05a801..42986d7bcf9d 100644 --- a/drivers/s390/block/dasd.c +++ b/drivers/s390/block/dasd.c | |||
@@ -1073,7 +1073,7 @@ static const struct file_operations dasd_stats_global_fops = { | |||
1073 | static void dasd_profile_init(struct dasd_profile *profile, | 1073 | static void dasd_profile_init(struct dasd_profile *profile, |
1074 | struct dentry *base_dentry) | 1074 | struct dentry *base_dentry) |
1075 | { | 1075 | { |
1076 | mode_t mode; | 1076 | umode_t mode; |
1077 | struct dentry *pde; | 1077 | struct dentry *pde; |
1078 | 1078 | ||
1079 | if (!base_dentry) | 1079 | if (!base_dentry) |
@@ -1112,7 +1112,7 @@ static void dasd_statistics_removeroot(void) | |||
1112 | 1112 | ||
1113 | static void dasd_statistics_createroot(void) | 1113 | static void dasd_statistics_createroot(void) |
1114 | { | 1114 | { |
1115 | mode_t mode; | 1115 | umode_t mode; |
1116 | struct dentry *pde; | 1116 | struct dentry *pde; |
1117 | 1117 | ||
1118 | dasd_debugfs_root_entry = NULL; | 1118 | dasd_debugfs_root_entry = NULL; |