diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-24 04:33:43 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:54:56 -0500 |
commit | f4ae40a6a50a98ac23d4b285f739455e926a473e (patch) | |
tree | c84d7393700bd85e5285a194f8c22d4d00e36b28 /drivers/s390/block/dasd.c | |
parent | 48176a973d65572e61d0ce95495e5072887e6fb6 (diff) |
switch debugfs to umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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; |