]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit25606656b19a38bbece914c4c67101f674908f49
tree216fee9dd03ae07c27f4247c24090af82526aa56
parent497799e7c0ac7e82164a510ebf8beed7b3635e34
NFS: remove error field from nfs_readdir_descriptor_t

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