OSDN Git Service

NFS: Don't ignore errors from nfs_do_filldir()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 20 Nov 2010 18:55:33 +0000 (13:55 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 22 Nov 2010 18:24:47 +0000 (13:24 -0500)
commitece0b4233b6b915d1f63add2bd9f2733aec6317a
treef0f9a2ec50079ccd0c95ddce082648ab25923cfe
parent85f8607e163f8d281fb407357279cb4ac6df12e6
NFS: Don't ignore errors from nfs_do_filldir()

We should ignore the errors from the filldir callback, and just interpret
them as meaning we should exit, however we should definitely pass back
ENOMEM errors.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c