diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-24 03:36:29 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:54:56 -0500 |
commit | d161a13f974c72fd7ff0069d39a3ae57cb5694ff (patch) | |
tree | 0c6d6237b3eafbe362798d7727a02f509fd72ca9 /drivers/message/i2o | |
parent | 587a1f1659e8b330b8738ef4901832a2b63f0bed (diff) |
switch procfs to umode_t use
both proc_dir_entry ->mode and populating functions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/message/i2o')
-rw-r--r-- | drivers/message/i2o/i2o_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/i2o_proc.c b/drivers/message/i2o/i2o_proc.c index 07dbeaf9df99..6d115c7208ab 100644 --- a/drivers/message/i2o/i2o_proc.c +++ b/drivers/message/i2o/i2o_proc.c | |||
@@ -56,7 +56,7 @@ | |||
56 | /* Structure used to define /proc entries */ | 56 | /* Structure used to define /proc entries */ |
57 | typedef struct _i2o_proc_entry_t { | 57 | typedef struct _i2o_proc_entry_t { |
58 | char *name; /* entry name */ | 58 | char *name; /* entry name */ |
59 | mode_t mode; /* mode */ | 59 | umode_t mode; /* mode */ |
60 | const struct file_operations *fops; /* open function */ | 60 | const struct file_operations *fops; /* open function */ |
61 | } i2o_proc_entry; | 61 | } i2o_proc_entry; |
62 | 62 | ||