]> git.decadent.org.uk Git - nfs-utils.git/commit
mount.nfs: Add new files for supporting string-ified mount options
authorChuck Lever <chuck.lever@oracle.com>
Fri, 10 Aug 2007 22:19:55 +0000 (18:19 -0400)
committerNeil Brown <neilb@suse.de>
Fri, 10 Aug 2007 23:47:35 +0000 (09:47 +1000)
commit4b87dabfab2197323bf39865ec9ad8fc1788230e
tree8d5e1b74dae40c2f5e6d99a949ea0de7f743f202
parent3a1a8015fbc5e64d590bd447a8e1a3c16b26b82f
mount.nfs: Add new files for supporting string-ified mount options

Introduce support files which contain code that builds string mount
options and passes them to the kernel.  This is a pre-requisite for
actually enabling /sbin/mount.nfs to do text-based mounts.

This is only partially complete at the moment, but is presented so that
folks can start banging on the kernel mount option string parsing code.
There are clearly still parts that are not implemented quite yet, such
as bg and retry support, but it should be enough to get going.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/mount/Makefile.am
utils/mount/stropts.c [new file with mode: 0644]
utils/mount/stropts.h [new file with mode: 0644]