From: Chuck Lever Date: Wed, 29 Aug 2007 21:58:57 +0000 (-0400) Subject: NFS: mount option parser chokes on proto= X-Git-Tag: v2.6.23-rc6~23^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb66ff4ace3c4e18809b9b71dfcce1692143147;p=pandora-kernel.git NFS: mount option parser chokes on proto= The new text-based NFS mount option parsing logic doesn't recognize any valid transport protocols due to a silly mistake in the protocol token matching logic. This prevents basic mount requests such as: mount.nfs server:/export /mnt -o proto=tcp from working with the new text-based NFS mount API. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed