]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit174a9d3b7334b1f748a2bd971793ecbb59832af0
tree8d147a043237074bee9745cf4da521d37709c444
parent8bad3ddabee3b45a29bd5f03dbc59ae23dffbf86
[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