From: Trond Myklebust Date: Wed, 16 Jun 2010 13:52:25 +0000 (-0400) Subject: NFSv4.1: Clean up nfs4_setup_sequence X-Git-Tag: v2.6.36-rc1~498^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a6e26cdb8f17b1075c2dfd8f2f3c341bac4f441;p=pandora-kernel.git NFSv4.1: Clean up nfs4_setup_sequence Firstly, there is little point in first zeroing out the entire struct nfs4_sequence_res, and then initialising all fields save one. Just initialise the last field to zero... Secondly, nfs41_setup_sequence() has only 2 possible return values: 0, or -EAGAIN, so there is no 'terminate rpc task' case. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed