commit | 53c9c5c0e32c69f9df1822e47671c13e3402c82f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Aug 24 07:29:52 2008 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 23 05:13:10 2008 -0400 |
tree | 76aae2cfde109c97451d40b5c6e5063e22690a03 | |
parent | a9885444f7ff6e9156adb1adf5558ded9a39ad0a [diff] |
[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 <viro@zeniv.linux.org.uk>