From: Chuck Lever Date: Wed, 13 Oct 2010 17:57:52 +0000 (-0400) Subject: behavior as file systems that use the monolithic /sbin/mount command. X-Git-Tag: nfs-utils-1-2-4-rc1~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=93dcf64cc4a9e67f693aea35c8193428015f4a30;hp=93dcf64cc4a9e67f693aea35c8193428015f4a30;p=nfs-utils.git behavior as file systems that use the monolithic /sbin/mount command. See the MS_NOMTAB macro in utils-linux-ng/mount/mount.c. Note that mount(8) has MS_USERS and MS_USER in the "nomtab" category as well, but mount.nfs needs to record those values so that unmounting a user-mounted NFS file system can work. While we're here, fix some white space damage in fix_opts_string(). This is a partial fix for: https://bugzilla.linux-nfs.org/show_bug.cgi?id=188 Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson ---