diff options
| -rw-r--r-- | fs/proc/base.c | 2 | ||||
| -rw-r--r-- | fs/proc/internal.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/proc/base.c b/fs/proc/base.c index ad3b0762cc3e..0a17e52a3d18 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c | |||
| @@ -1681,7 +1681,7 @@ const struct inode_operations proc_pid_link_inode_operations = { | |||
| 1681 | 1681 | ||
| 1682 | /* building an inode */ | 1682 | /* building an inode */ |
| 1683 | 1683 | ||
| 1684 | void task_dump_owner(struct task_struct *task, mode_t mode, | 1684 | void task_dump_owner(struct task_struct *task, umode_t mode, |
| 1685 | kuid_t *ruid, kgid_t *rgid) | 1685 | kuid_t *ruid, kgid_t *rgid) |
| 1686 | { | 1686 | { |
| 1687 | /* Depending on the state of dumpable compute who should own a | 1687 | /* Depending on the state of dumpable compute who should own a |
diff --git a/fs/proc/internal.h b/fs/proc/internal.h index a34195e92b20..5bc75e56a8de 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h | |||
| @@ -100,7 +100,7 @@ static inline struct task_struct *get_proc_task(struct inode *inode) | |||
| 100 | return get_pid_task(proc_pid(inode), PIDTYPE_PID); | 100 | return get_pid_task(proc_pid(inode), PIDTYPE_PID); |
| 101 | } | 101 | } |
| 102 | 102 | ||
| 103 | void task_dump_owner(struct task_struct *task, mode_t mode, | 103 | void task_dump_owner(struct task_struct *task, umode_t mode, |
| 104 | kuid_t *ruid, kgid_t *rgid); | 104 | kuid_t *ruid, kgid_t *rgid); |
| 105 | 105 | ||
| 106 | static inline unsigned name_to_int(const struct qstr *qstr) | 106 | static inline unsigned name_to_int(const struct qstr *qstr) |
