From: Al Viro Date: Wed, 4 Jan 2006 06:44:17 +0000 (-0500) Subject: [PATCH] nfsroot port= parameter fix [backport of 2.4 fix] X-Git-Tag: v2.6.16-rc3~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8854eddbdb3e45b8d381ecff2937a942d0cb2067;p=pandora-kernel.git [PATCH] nfsroot port= parameter fix [backport of 2.4 fix] Direct backport of 2.4 fix that didn't get propagated to 2.6; original comment follows: When I specify the NFS port for nfsroot (e.g., nfsroot=,port=2049), the kernel uses the wrong port. In my case it tries to use 264 (0x108) instead of 2049 (0x801). This patch adds the missing htons(). Eric Patch got applied in 2.4.21-pre6. Author: Eric Lammerts (, AFAICS). Signed-off-by: Al Viro --- Reading git-diff-tree failed