]> git.proxmox.com Git - mirror_zfs.git/commit
Linux 5.0 compat: Convert MS_* macros to SB_*
authorTony Hutter <hutter2@llnl.gov>
Thu, 10 Jan 2019 23:28:44 +0000 (15:28 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 28 Jan 2019 18:11:39 +0000 (10:11 -0800)
commit05805494dd7ea3b2fbb34ac031c338a8bc0bab62
tree72bfab82e491ca1d82391aba9dd73d438da03e2f
parent031cea17a3db1dae3b6968a8c71bcfb678a03235
Linux 5.0 compat: Convert MS_* macros to SB_*

In the 5.0 kernel, only the mount namespace code should use the MS_*
macos. Filesystems should use the SB_* ones.

https://patchwork.kernel.org/patch/10552493/

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes #8264
module/zfs/vdev_disk.c
module/zfs/zfs_vfsops.c