Casey Bodley 7d751f6f8c nfsd: link returns nfserr_delay when breaking lease
fix for commit 4795bb37effb7b8fe77e2d2034545d062d3788a8, nfsd: break
lease on unlink, link, and rename

if the LINK operation breaks a delegation, it returns NFS4ERR_NOENT
(which is not a valid error in rfc 5661) instead of NFS4ERR_DELAY.
the return value of nfsd_break_lease() in nfsd_link() must be
converted from host_err to err

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
Cc: stable@kernel.org
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
2011-06-06 18:46:56 -04:00
..
2011-01-04 18:22:10 -05:00
2011-06-06 18:37:35 -04:00
2011-03-07 12:05:09 -05:00
2011-05-18 15:28:31 -04:00
2011-01-04 16:49:22 -05:00
2011-03-31 11:26:23 -03:00
2011-05-10 10:16:21 +02:00