From: Al Viro Date: Wed, 15 May 2013 17:52:59 +0000 (-0400) Subject: [readdir] introduce iterate_dir() and dir_context X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~84^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c0ba4e0762e6dabd14a5c276652e2defec38de7;p=pandora-kernel.git [readdir] introduce iterate_dir() and dir_context iterate_dir(): new helper, replacing vfs_readdir(). struct dir_context: contains the readdir callback (and will get more stuff in it), embedded into whatever data that callback wants to deal with; eventually, we'll be passing it to ->readdir() replacement instead of (data,filldir) pair. Signed-off-by: Al Viro --- Reading git-diff-tree failed