]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcc8906f2d26ad317610c9ec450e5de0f4ecfeb0c
tree8e7db455c604ce2cfe27dcf4332fca8f4c9f8b46
parent74aa571f5400fbbafe703bf5195b6cfd621eab06
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