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:
Родитель
2bd6bf03f4
Коммит
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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче