From: J. Bruce Fields Date: Sat, 21 Feb 2009 21:32:28 +0000 (-0800) Subject: nfsd4: fail when delegreturn gets a non-delegation stateid X-Git-Tag: v2.6.30-rc1~183^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e0f7cf582abd6c85232331dfe726a4e4b0fd98e;p=pandora-kernel.git nfsd4: fail when delegreturn gets a non-delegation stateid Previous cleanup reveals an obvious (though harmless) bug: when delegreturn gets a stateid that isn't for a delegation, it should return an error rather than doing nothing. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed