]> git.proxmox.com Git - mirror_zfs.git/commit - include/sys/Makefile.am
Add temporary mount options
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 31 Aug 2015 23:46:01 +0000 (16:46 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 3 Sep 2015 21:14:55 +0000 (14:14 -0700)
commit0282c4137e7409e6d85289f4955adf07fac834f5
treefaabc832933de17480f434489a98be3dc477648c
parent69de34219af4a4d100cc5ed155a68ab03393fca4
Add temporary mount options

Add the required kernel side infrastructure to parse arbitrary
mount options.  This enables us to support temporary mount
options in largely the same way it is handled on other platforms.

See the 'Temporary Mount Point Properties' section of zfs(8)
for complete details.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #985
Closes #3351
14 files changed:
cmd/mount_zfs/mount_zfs.c
include/sys/Makefile.am
include/sys/mntent.h [new file with mode: 0644]
include/sys/zfs_vfsops.h
include/sys/zpl.h
lib/libspl/include/sys/Makefile.am
lib/libspl/include/sys/mntent.h [deleted file]
lib/libspl/include/sys/mnttab.h
lib/libspl/include/sys/mount.h
lib/libzfs/libzfs_dataset.c
man/man8/zfs.8
module/zfs/zfs_ioctl.c
module/zfs/zfs_vfsops.c
module/zfs/zpl_super.c