mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 19:04:45 +03:00
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
This commit is contained in:
@@ -1535,6 +1535,9 @@ When a file system is mounted, either through \fBmount\fR(8) for legacy mounts o
|
||||
readonly ro/rw
|
||||
setuid setuid/nosetuid
|
||||
xattr xattr/noxattr
|
||||
atime atime/noatime
|
||||
relatime relatime/norelatime
|
||||
nbmand nbmand/nonbmand
|
||||
.fi
|
||||
.in -2
|
||||
.sp
|
||||
|
||||
Reference in New Issue
Block a user