Whamcloud - gitweb
LU-12885 mds: add enums for MDS_OPEN flags (3/4) 34/56534/12
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Thu, 5 Sep 2024 03:26:42 +0000 (23:26 -0400)
committerOleg Drokin <green@whamcloud.com>
Sun, 2 Feb 2025 06:25:58 +0000 (06:25 +0000)
commit948fcacd8be4e915219ada19e492e26486a231d3
treeb955d8a698d369f3eb8d9bb658568eaa40b4ce49
parent2686838fefabba038c5a8192b84bfb375391ab14
LU-12885 mds: add enums for MDS_OPEN flags (3/4)

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

This third step completes all of the MDS-side changes

This patch also changes/adds kernel-style doc instead
of old doxygen style wherever required

Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Change-Id: I209ce38b49f9ee3c39b2ed8d16d231291cf5cdd1
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56534
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
13 files changed:
lustre/include/lustre_mds.h
lustre/include/md_object.h
lustre/include/obd.h
lustre/include/uapi/linux/lustre/lustre_user.h
lustre/llite/file.c
lustre/llite/llite_internal.h
lustre/llite/namei.c
lustre/lmv/lmv_intent.c
lustre/mdc/mdc_lib.c
lustre/mdd/mdd_dir.c
lustre/mdd/mdd_object.c
lustre/mdt/mdt_internal.h
lustre/mdt/mdt_open.c