diff options
| author | Al Viro <[email protected]> | 2011-07-24 07:36:29 +0000 |
|---|---|---|
| committer | Al Viro <[email protected]> | 2012-01-04 03:54:56 +0000 |
| commit | d161a13f974c72fd7ff0069d39a3ae57cb5694ff (patch) | |
| tree | 0c6d6237b3eafbe362798d7727a02f509fd72ca9 /fs/proc/base.c | |
| parent | switch ->is_visible() to returning umode_t (diff) | |
| download | kernel-d161a13f974c72fd7ff0069d39a3ae57cb5694ff.tar.gz kernel-d161a13f974c72fd7ff0069d39a3ae57cb5694ff.zip | |
switch procfs to umode_t use
both proc_dir_entry ->mode and populating functions
Signed-off-by: Al Viro <[email protected]>
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 @@ struct pid_entry { char *name; int len; - mode_t mode; + umode_t mode; const struct inode_operations *iop; const struct file_operations *fop; union proc_op op; |
