commit | 645e68ed4d14272f0b47e2474f90577191bef781 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 11 23:51:22 2008 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 25 01:18:06 2008 -0400 |
tree | 8d147a043237074bee9745cf4da521d37709c444 | |
parent | 2690421743b03c9be05d8e44c3b827986d1329a7 [diff] |
[PATCH] fix osf_getdirents() Return value of filldir callback is just "should we stop here"; it's not a usable channel for passing error values (i.e. ->readdir() will forget anything except "is it non-zero"). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>