]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r230208, r230252, r234346:
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 6 May 2017 16:06:33 +0000 (16:06 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 6 May 2017 16:06:33 +0000 (16:06 +0000)
commitf151f86dc64467f3333724d503a40c9484b07021
tree1ac723c135a21ab32cdcd4da6fb3f41202784cc1
parent63ff074832b529072533c9d75caaab06157181b5
MFC r230208, r230252, r234346:

  Add nfs export support to tmpfs(5)

  Return EOPNOTSUPP since we only support update mounts for NFS export.

  tmpfs: Allow update mounts only for certain options.
  Since r230208 update mounts were allowed if the list of mount options
  contained the "export" option. This is not correct as tmpfs doesn't really
  support updating all options.

git-svn-id: svn://svn.freebsd.org/base/stable/8@317883 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/tmpfs/tmpfs.h
sys/fs/tmpfs/tmpfs_vfsops.c