]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r271258:
authortrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 25 Sep 2014 17:47:26 +0000 (17:47 +0000)
committertrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 25 Sep 2014 17:47:26 +0000 (17:47 +0000)
commit8cdcd5d6a94cddc7482cc316bc107759b8a8016d
treeaed89d1e6b9a8fab1735de145f674e20e5f6380d
parent4f9583bb5a13bfb890d4050ffd79f7db986c5fa3
MFC r271258:

Make mount_smbfs(8) preserve the "automounted" mount flag.

The issue here is that we have to pass this flag as a string,
in iov, because it doesn't fit in mntflags, which is an int.

Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@272118 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/smbfs/mount_smbfs/mount_smbfs.c