]> git.decadent.org.uk Git - nfs-utils.git/commit
mount.nfs: Enable mount.nfs to do text-based mount support
authorChuck Lever <chuck.lever@oracle.com>
Fri, 10 Aug 2007 22:20:01 +0000 (18:20 -0400)
committerNeil Brown <neilb@suse.de>
Fri, 10 Aug 2007 23:47:35 +0000 (09:47 +1000)
commitb172e62f7d9dd213b0b2e23e2c550cb639618f16
treec63f430e436980bed807fe3b1a3661b369c26c97
parent4b87dabfab2197323bf39865ec9ad8fc1788230e
mount.nfs: Enable mount.nfs to do text-based mount support

A new command line option, "-i", is added to mount.nfs to force the use of
the string interface for testing purposes.  "-s", "-t", and "-r" are
already taken or have legacy meaning so I picked "-i".

At some later point, when everyone is comfortable with the string mount
option parsing implementation, we will add a switch based on kernel
version, and remove the "-i" command line option.  For now, I am more
comfortable enabling it by hand instead.

Since this is a temporary arrangement, I'm leaving the option undocumented
in the mount.nfs man page.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/mount/mount.c