[PATCH] fix osf_getdirents()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 12 Aug 2008 03:51:22 +0000 (23:51 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 25 Aug 2008 05:18:06 +0000 (01:18 -0400)
commit645e68ed4d14272f0b47e2474f90577191bef781
tree8d147a043237074bee9745cf4da521d37709c444
parent2690421743b03c9be05d8e44c3b827986d1329a7
[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>
arch/alpha/kernel/osf_sys.c