From: Al Viro Date: Sun, 24 Aug 2008 11:29:52 +0000 (-0400) Subject: [PATCH] prepare vfs_readdir() callers to returning filldir result X-Git-Tag: v2.6.28-rc1~24^2~20 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=53c9c5c0e32c69f9df1822e47671c13e3402c82f;hp=53c9c5c0e32c69f9df1822e47671c13e3402c82f;p=linux-2.6-omap-h63xx.git [PATCH] prepare vfs_readdir() callers to returning filldir result It's not the final state, but it allows moving ->readdir() instances to passing filldir return value to caller of vfs_readdir(). Signed-off-by: Al Viro ---