From: J. Bruce Fields Date: Mon, 3 Mar 2014 17:19:18 +0000 (-0500) Subject: nfsd4: fix delegation cleanup on error X-Git-Tag: omap-for-v3.16/fixes-against-rc1~67^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbf7a75bc58a2458bd6e47476e47819ba3f40b00;p=pandora-kernel.git nfsd4: fix delegation cleanup on error We're not cleaning up everything we need to on error. In particular, we're not removing our lease. Among other problems this can cause the struct nfs4_file used as fl_owner to be referenced after it has been destroyed. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed