commit | fdb66ff4ace3c4e18809b9b71dfcce1692143147 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Aug 29 17:58:57 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Sep 01 10:14:38 2007 -0400 |
tree | 8e7db455c604ce2cfe27dcf4332fca8f4c9f8b46 | |
parent | deee9369b993b52a8e2f25683b4a67be7a65e8ae [diff] |
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>