From: Chuck Lever Date: Fri, 10 Aug 2007 22:19:55 +0000 (-0400) Subject: mount.nfs: Add new files for supporting string-ified mount options X-Git-Tag: nfs-utils-1-1-1~79 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=4b87dabfab2197323bf39865ec9ad8fc1788230e;hp=4b87dabfab2197323bf39865ec9ad8fc1788230e 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 Signed-off-by: Neil Brown ---