Loading fs/proc/base.c +3 −3 Original line number Diff line number Diff line Loading @@ -281,9 +281,9 @@ static int proc_pid_cmdline(struct task_struct *task, char * buffer) static int proc_pid_auxv(struct task_struct *task, char *buffer) { int res = 0; struct mm_struct *mm = get_task_mm(task); if (mm) { struct mm_struct *mm = mm_for_maps(task); int res = PTR_ERR(mm); if (mm && !IS_ERR(mm)) { unsigned int nwords = 0; do { nwords += 2; Loading Loading
fs/proc/base.c +3 −3 Original line number Diff line number Diff line Loading @@ -281,9 +281,9 @@ static int proc_pid_cmdline(struct task_struct *task, char * buffer) static int proc_pid_auxv(struct task_struct *task, char *buffer) { int res = 0; struct mm_struct *mm = get_task_mm(task); if (mm) { struct mm_struct *mm = mm_for_maps(task); int res = PTR_ERR(mm); if (mm && !IS_ERR(mm)) { unsigned int nwords = 0; do { nwords += 2; Loading