Whamcloud - gitweb
LU-6142 lustre: remove ll_file_*_flag wrappers. 92/40292/6
authorMr NeilBrown <neilb@suse.de>
Thu, 15 Oct 2020 23:34:04 +0000 (10:34 +1100)
committerOleg Drokin <green@whamcloud.com>
Tue, 16 Mar 2021 18:17:40 +0000 (18:17 +0000)
commit76b7ce7c6faa1860fe489c7e5e2ee302d6af6bcc
tree4dcf3b438684c2550e2fec70312a8d753d065b4f
parentf77e53d3656504c804fe3dd0a3fb72080229b648
LU-6142 lustre: remove ll_file_*_flag wrappers.

ll_file_{test,set,clear,test_and_set}_flag are simple wrappers around
the various *_bit() functions.  They don't aid readability and the
convention in the kernel is to use the *_bit() functions directly.

Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: I0d50f8936ad9f97882f4771dd3210cc05fe43989
Reviewed-on: https://review.whamcloud.com/40292
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
12 files changed:
lustre/llite/crypto.c
lustre/llite/file.c
lustre/llite/llite_foreign.c
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/llite/llite_mmap.c
lustre/llite/namei.c
lustre/llite/pcc.c
lustre/llite/statahead.c
lustre/llite/vvp_io.c
lustre/llite/xattr.c
lustre/llite/xattr_cache.c