]> Git Repo - linux.git/commit
proc/maps: replace proc_maps_private->pid with "struct inode *inode"
authorOleg Nesterov <[email protected]>
Thu, 9 Oct 2014 22:25:51 +0000 (15:25 -0700)
committerLinus Torvalds <[email protected]>
Fri, 10 Oct 2014 02:25:50 +0000 (22:25 -0400)
commit2c03376d2db005869b1d4449097d51c96196529e
treecb372cc5bc0b4cb9813a5e70df3f6d5c2fa040b6
parent47fecca15c0944924423390fe21b956eea57da30
proc/maps: replace proc_maps_private->pid with "struct inode *inode"

m_start() can use get_proc_task() instead, and "struct inode *"
provides more potentially useful info, see the next changes.

Signed-off-by: Oleg Nesterov <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: Cyrill Gorcunov <[email protected]>
Cc: "Eric W. Biederman" <[email protected]>
Cc: Greg Ungerer <[email protected]>
Cc: "Kirill A. Shutemov" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/proc/internal.h
fs/proc/task_mmu.c
fs/proc/task_nommu.c
This page took 0.054043 seconds and 4 git commands to generate.