From: Jeff Layton Date: Fri, 22 Aug 2014 16:05:43 +0000 (-0400) Subject: nfsd: don't keep a pointer to the lease in nfs4_file X-Git-Tag: fixes-against-v3.18-rc2~119^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c637be884f5eaa0ee53396ea7686ec0de03d126;p=pandora-kernel.git nfsd: don't keep a pointer to the lease in nfs4_file Now that we don't need to pass in an actual lease pointer to vfs_setlease on unlock, we can stop tracking a pointer to the lease in the nfs4_file. Switch all of the places that check the fi_lease to check fi_deleg_file instead. We always set that at the same time so it will have the same semantics. Cc: J. Bruce Fields Signed-off-by: Jeff Layton Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed