nfsd: remove dl_fh field from struct nfs4_delegation
authorJeff Layton <jlayton@primarydata.com>
Fri, 25 Jul 2014 11:34:27 +0000 (07:34 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 29 Jul 2014 18:49:58 +0000 (14:49 -0400)
commit650ecc8f8ff29a7f0990704f09df232b505b200d
tree310e573d7496999564f974b9e57b0a30332e99c0
parentf54fe962b88fbecd918feeb49b8838e272184c91
nfsd: remove dl_fh field from struct nfs4_delegation

Now that the nfs4_file has a filehandle in it, we no longer need to
keep a per-delegation copy of it. Switch to using the one in the
nfs4_file instead.

Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4callback.c
fs/nfsd/nfs4state.c
fs/nfsd/state.h
This page took 0.024549 seconds and 5 git commands to generate.