NFS: mount option parser chokes on proto=
authorChuck Lever <chuck.lever@oracle.com>
Wed, 29 Aug 2007 21:58:57 +0000 (17:58 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 1 Sep 2007 14:14:38 +0000 (10:14 -0400)
commitfdb66ff4ace3c4e18809b9b71dfcce1692143147
tree8e7db455c604ce2cfe27dcf4332fca8f4c9f8b46
parentdeee9369b993b52a8e2f25683b4a67be7a65e8ae
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 <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c