NFS: remove error field from nfs_readdir_descriptor_t
authorJeff Layton <jlayton@redhat.com>
Tue, 12 Feb 2008 11:49:01 +0000 (06:49 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 14 Feb 2008 04:24:07 +0000 (23:24 -0500)
The error field in nfs_readdir_descriptor_t is never used outside of the
function in which it is set. Remove the field and change the place that
does use it to use an existing local variable.

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

diff --cc fs/nfs/dir.c
Simple merge