mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Expose ZFS dataset case sensitivity setting via sb_opts
Makes the case sensitivity setting visible on Linux in /proc/mounts. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Signed-off-by: Ameer Hamza <ahamza@ixsystems.com> Closes #13607
This commit is contained in:
@@ -108,5 +108,8 @@
|
||||
#define MNTOPT_NOACL "noacl" /* likewise */
|
||||
#define MNTOPT_POSIXACL "posixacl" /* likewise */
|
||||
#define MNTOPT_MNTPOINT "mntpoint" /* mount point hint */
|
||||
#define MNTOPT_CASESENSITIVE "casesensitive" /* case sensitivity */
|
||||
#define MNTOPT_CASEINSENSITIVE "caseinsensitive" /* case insensitivity */
|
||||
#define MNTOPT_CASEMIXED "casemixed" /* case mixed */
|
||||
|
||||
#endif /* _SYS_MNTENT_H */
|
||||
|
||||
Reference in New Issue
Block a user