mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 20:48:49 +08:00
mode_t whack-a-mole: task_dump_owner()
should be umode_t... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
2bd6bf03f4
commit
c6eb50d279
@ -1681,7 +1681,7 @@ const struct inode_operations proc_pid_link_inode_operations = {
|
||||
|
||||
/* 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)
|
||||
{
|
||||
/* 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)
|
||||
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);
|
||||
|
||||
static inline unsigned name_to_int(const struct qstr *qstr)
|
||||
|
Loading…
Reference in New Issue
Block a user