commit | c30480b92cf497aa3b463367a82f1c2fdc5c46e9 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Apr 12 18:03:36 2013 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed May 01 17:29:47 2013 -0400 |
tree | be6dea0c5a45bd60a03ae99efdda0eb365db884a | |
parent | a8ca16ea7b0abb0a7e49492d1123b715f0ec62e8 [diff] |
proc: Make the PROC_I() and PDE() macros internal to procfs Make the PROC_I() and PDE() macros internal to procfs. This means making PDE_DATA() out of line. This could be made more optimal by storing PDE()->data into inode->i_private. Also provide a __PDE_DATA() that is inline and internal to procfs. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>