From: Ricardo Labiaga Date: Wed, 1 Apr 2009 13:23:35 +0000 (-0400) Subject: nfs41: Backchannel: CB_SEQUENCE validation X-Git-Tag: v2.6.31-rc1~58^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68f3f90133d56e0c38f04f991e662c2b21592b31;p=pandora-kernel.git nfs41: Backchannel: CB_SEQUENCE validation Validates the callback's sessionID, the slot number, and the sequence ID. Increments the slot's sequence. Detects replays, but simply prints a debug message (if debugging is enabled since we don't yet implement a duplicate request cache for the backchannel. This should not present a problem, since only idempotent callbacks are currently implemented. Signed-off-by: Ricardo Labiaga Signed-off-by: Benny Halevy [nfs41: Backchannel: Be more obvious about the return value] [nfs41: Backchannel: dprink in host order] Signed-off-by: Ricardo Labiaga Signed-off-by: Benny Halevy --- Reading git-diff-tree failed