nfsd: Use the filehandle to look up the struct nfs4_file instead of inode
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 23 Jul 2014 20:17:39 +0000 (16:17 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 23 Jul 2014 20:35:24 +0000 (16:35 -0400)
commitca94321783786982bee416d57d20c93f71337aa1
treea4bb71f72f0ff65a5f5cc79cea59cd6c396b5361
parente2cf80d73f283fa573069217bdb899bc554d9edc
nfsd: Use the filehandle to look up the struct nfs4_file instead of inode

This makes more sense anyway since an inode pointer value can change
even when the filehandle doesn't.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c