From: Al Viro Date: Sun, 31 Mar 2013 22:16:14 +0000 (-0400) Subject: procfs: new helper - PDE_DATA(inode) X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~74^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9dda78bad879595d8c4220a067fc029d6484a16;p=pandora-kernel.git procfs: new helper - PDE_DATA(inode) The only part of proc_dir_entry the code outside of fs/proc really cares about is PDE(inode)->data. Provide a helper for that; static inline for now, eventually will be moved to fs/proc, along with the knowledge of struct proc_dir_entry layout. Signed-off-by: Al Viro --- Reading git-diff-tree failed