Whamcloud - gitweb
LU-12355 llite: MS_* flags and SB_* flags split 79/40379/4
authorShaun Tancheff <stancheff@cray.com>
Thu, 18 Jul 2019 14:19:03 +0000 (09:19 -0500)
committerOleg Drokin <green@whamcloud.com>
Tue, 8 Jun 2021 22:26:16 +0000 (22:26 +0000)
commitf9d52ca68ef2078a93b39bb83b103f14a7053162
tree21d76bf686988f6a2e54c0330e26e9d622a9e2ce
parent004a8fae2ddb04f6c8a3ccf40a0fb9b233cfe811
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

Conflicts:
lustre/llite/llite_lib.c

Lustre-commit: 72a84970e6d2a2d4b3a35f2ee058511be2fda82e
Lustre-change: https://review.whamcloud.com/35019

Linux-commit: e262e32d6bde0f77fb0c95d977482fc872c51996

Test-Parameters: trivial
Change-Id: Ifd64efb16c7795377ece066d01ae04dc004a13ac
Signed-off-by: Shaun Tancheff <stancheff@cray.com>
Reviewed-on: https://review.whamcloud.com/40379
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Petros Koutoupis <petros.koutoupis@hpe.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
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