From: David Howells Date: Wed, 1 Apr 2015 15:31:26 +0000 (+0100) Subject: RxRPC: Handle VERSION Rx protocol packets X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~15^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ba06987c0b10faa998b9324850e8a6564c714d;p=pandora-kernel.git RxRPC: Handle VERSION Rx protocol packets Handle VERSION Rx protocol packets. We should respond to a VERSION packet with a string indicating the Rx version. This is a maximum of 64 characters and is padded out to 65 chars with NUL bytes. Note that other AFS clients use the version request as a NAT keepalive so we need to handle it rather than returning an abort. The standard formulation seems to be: built --
for example: " OpenAFS 1.6.2 built 2013-05-07 " (note the three extra spaces) as obtained with: rxdebug grand.mit.edu -version from the openafs package. Signed-off-by: David Howells --- Reading git-diff-tree failed