From: Chuck Lever Date: Thu, 25 Aug 2005 23:25:54 +0000 (-0700) Subject: [PATCH] RPC: allow RPC client's port range to be adjustable X-Git-Tag: v2.6.15-rc1~733^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=529b33c6db0120126b1381faa51406dc463acdc9;p=pandora-kernel.git [PATCH] RPC: allow RPC client's port range to be adjustable Select an RPC client source port between 650 and 1023 instead of between 1 and 800. The old range conflicts with a number of network services. Provide sysctls to allow admins to select a different port range. Note that this doesn't affect user-level RPC library behavior, which still uses 1 to 800. Based on a suggestion by Olaf Kirch . Test-plan: Repeated mount and unmount. Destructive testing. Idle timeouts. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed