From: Benny Halevy Date: Tue, 23 Dec 2008 21:06:14 +0000 (-0500) Subject: nfs: remove incorrect usage of nfs4 compound response hdr.status X-Git-Tag: v2.6.29-rc1~553^2^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=374130770efc80418b155b2966ff958495e03948;p=pandora-kernel.git nfs: remove incorrect usage of nfs4 compound response hdr.status 3 call sites look at hdr.status before returning success. hdr.status must be zero in this case so there's no point in this. Currently, hdr.status is correctly processed at decode_op_hdr time if the op status cannot be decoded. Signed-off-by: Benny Halevy Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed