Whamcloud - gitweb
LU-12885 mds: add enums for MDS_OPEN flags 69/36469/33
authorAndreas Dilger <adilger@whamcloud.com>
Tue, 9 Apr 2024 08:22:07 +0000 (04:22 -0400)
committerOleg Drokin <green@whamcloud.com>
Tue, 21 May 2024 18:21:20 +0000 (18:21 +0000)
commit7e499228df5f9c39393ed003ff97c93a1f11c79f
tree16c89e08dd4aba768ffbb7448c76773817944048
parentd199b178ed694dfafa3082604a440d08166067ce
LU-12885 mds: add enums for MDS_OPEN flags

This patch is first of the series of patch that separates
kernel open flags from MDS open flags

The first step is to add enum mds_open_flags to the code to
make it easier to follow the logic. Rename it_flags to
it_open_flags and use enum mds_open_flags in the code so it
is clear that MDS_OPEN flags are being used.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I933a6e6102f947a9276cb6bf03826fd4a53ebbe5
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/36469
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
13 files changed:
contrib/scripts/spelling.txt
lustre/include/lustre_intent.h
lustre/include/obd.h
lustre/include/uapi/linux/lustre/lustre_user.h
lustre/llite/file.c
lustre/llite/namei.c
lustre/lmv/lmv_intent.c
lustre/mdc/mdc_batch.c
lustre/mdc/mdc_locks.c
lustre/mdt/mdt_open.c
lustre/ptlrpc/wiretest.c
lustre/utils/wirecheck.c
lustre/utils/wiretest.c