From: Benny Halevy Date: Fri, 24 Sep 2010 13:17:01 +0000 (-0400) Subject: NFSv4.1: keep seq_res.sr_slot as pointer rather than an index X-Git-Tag: v2.6.37-rc1~120^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb4f309830359352539919f23accc59a20a3758;p=pandora-kernel.git NFSv4.1: keep seq_res.sr_slot as pointer rather than an index Having to explicitly initialize sr_slotid to NFS4_MAX_SLOT_TABLE resulted in numerous bugs. Keeping the current slot as a pointer to the slot table is more straight forward and robust as it's implicitly set up to NULL wherever the seq_res member is initialized to zeroes. Signed-off-by: Benny Halevy Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed