Whamcloud - gitweb
LU-12885 mds: add enums for MDS_OPEN flags (2/4) 66/55066/7
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Fri, 10 May 2024 08:08:34 +0000 (13:38 +0530)
committerOleg Drokin <green@whamcloud.com>
Fri, 23 Aug 2024 21:57:57 +0000 (21:57 +0000)
commit98edbac99ad44057bb26f5da8ffa1c63539f388c
treee0240eecb8a87f6a712d3b132f49e2bcc17f63e7
parenta2ae5cef0d7983fc5b8cec4341a2da660e9833ce
LU-12885 mds: add enums for MDS_OPEN flags (2/4)

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

This second step changes och_flags to use MDS_* flags. This
also renames 'struct ll_file_data' variable from 'fd' to 'lfd'.
As 'fd' is generally used to denote kernel fd.

Test-Parameters: trivial
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Change-Id: I3b105da5930fde51a57b2cda7aef38cd1e1d774d
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55066
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: jsimmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/llite/dir.c
lustre/llite/file.c
lustre/llite/llite_lib.c
lustre/llite/llite_mmap.c
lustre/llite/lproc_llite.c
lustre/llite/pcc.c
lustre/llite/rw.c
lustre/llite/statahead.c