Commit c6eb50d2 authored by Al Viro's avatar Al Viro

mode_t whack-a-mole: task_dump_owner()

should be umode_t...
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 2bd6bf03
...@@ -1681,7 +1681,7 @@ const struct inode_operations proc_pid_link_inode_operations = { ...@@ -1681,7 +1681,7 @@ const struct inode_operations proc_pid_link_inode_operations = {
/* building an inode */ /* building an inode */
void task_dump_owner(struct task_struct *task, mode_t mode, void task_dump_owner(struct task_struct *task, umode_t mode,
kuid_t *ruid, kgid_t *rgid) kuid_t *ruid, kgid_t *rgid)
{ {
/* Depending on the state of dumpable compute who should own a /* Depending on the state of dumpable compute who should own a
......
...@@ -100,7 +100,7 @@ static inline struct task_struct *get_proc_task(struct inode *inode) ...@@ -100,7 +100,7 @@ static inline struct task_struct *get_proc_task(struct inode *inode)
return get_pid_task(proc_pid(inode), PIDTYPE_PID); return get_pid_task(proc_pid(inode), PIDTYPE_PID);
} }
void task_dump_owner(struct task_struct *task, mode_t mode, void task_dump_owner(struct task_struct *task, umode_t mode,
kuid_t *ruid, kgid_t *rgid); kuid_t *ruid, kgid_t *rgid);
static inline unsigned name_to_int(const struct qstr *qstr) static inline unsigned name_to_int(const struct qstr *qstr)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment