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)
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

Simple merge
Simple merge
diff --cc fs/nfsd/state.h
Simple merge