Whamcloud - gitweb
LU-12355 llite: MS_* flags and SB_* flags split 19/35019/4
authorShaun Tancheff <stancheff@cray.com>
Thu, 18 Jul 2019 14:19:03 +0000 (09:19 -0500)
committerOleg Drokin <green@whamcloud.com>
Wed, 24 Jul 2019 04:21:02 +0000 (04:21 +0000)
commit72a84970e6d2a2d4b3a35f2ee058511be2fda82e
tree74f5874de4a7e5851fff8848f4727a820ec63a9b
parent88b329ac2ab568a25251f3f7c3a7e0c7367cb36f
LU-12355 llite: MS_* flags and SB_* flags split

In kernel 4.20 the MS_* flags should only be used for mount
time flags and SB_* flags for checking super_block.s_flags
The MS_* flags have moved to a uapi header

Linux-commit: e262e32d6bde0f77fb0c95d977482fc872c51996

Test-Parameters: trivial
Change-Id: Ifd64efb16c7795377ece066d01ae04dc004a13ac
Signed-off-by: Shaun Tancheff <stancheff@cray.com>
Reviewed-on: https://review.whamcloud.com/35019
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Petros Koutoupis <pkoutoupis@cray.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
lustre/autoconf/lustre-core.m4
lustre/include/lustre_compat.h
lustre/llite/file.c
lustre/llite/llite_lib.c
lustre/llite/namei.c
lustre/obdclass/obd_mount_server.c
lustre/osd-ldiskfs/osd_handler.c