diff options
Diffstat (limited to 'fs/proc/base.c')
-rw-r--r-- | fs/proc/base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/base.c b/fs/proc/base.c index 851ba3dcdc29..65054d38ca23 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c | |||
@@ -101,7 +101,7 @@ | |||
101 | struct pid_entry { | 101 | struct pid_entry { |
102 | char *name; | 102 | char *name; |
103 | int len; | 103 | int len; |
104 | mode_t mode; | 104 | umode_t mode; |
105 | const struct inode_operations *iop; | 105 | const struct inode_operations *iop; |
106 | const struct file_operations *fop; | 106 | const struct file_operations *fop; |
107 | union proc_op op; | 107 | union proc_op op; |