From: J. Bruce Fields Date: Sun, 31 Oct 2010 03:35:04 +0000 (-0400) Subject: nfsd4: use a single struct file for delegations X-Git-Tag: v2.6.38-rc1~51^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c84d500bc41658165ceb0dd04dc6a75249940fba;p=pandora-kernel.git nfsd4: use a single struct file for delegations When we converted to sharing struct filess between nfs4 opens I went too far and also used the same mechanism for delegations. But keeping a reference to the struct file ensures it will outlast the lease, and allows us to remove the lease with the same file as we added it. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed