nfsd: nfs4_alloc_init_lease should take a nfs4_file arg
authorJeff Layton <jlayton@primarydata.com>
Wed, 16 Jul 2014 14:31:58 +0000 (10:31 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 17 Jul 2014 01:35:25 +0000 (21:35 -0400)
commitd564fbec7a8fa22d4b1ad10249eace42ea01513b
tree7997ab9230ec4647e3591e2a4c5a609e7c873890
parent02e1215f9f72ad8c087e21a5701bea0ac18fafd4
nfsd: nfs4_alloc_init_lease should take a nfs4_file arg

No need to pass the delegation pointer in here as it's only used to get
the nfs4_file pointer.

Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c