Whamcloud - gitweb
LU-18177 lustre: use enum cl_attr_valid instead of unsigned 82/56182/4
authorBobi Jam <bobijam@whamcloud.com>
Wed, 28 Aug 2024 14:38:59 +0000 (22:38 +0800)
committerOleg Drokin <green@whamcloud.com>
Wed, 19 Mar 2025 23:30:53 +0000 (23:30 +0000)
commit2b8c8e1373ba4f894b80a1cd58e13d1048946694
tree422d7423df01da8df6dbd9fb6fa0799a39528e6c
parent2cfa3592b981b6c42d5fe8c569dd1fda6ce8c1ef
LU-18177 lustre: use enum cl_attr_valid instead of unsigned

The last parameter of coo_attr_update() should be enum cl_attr_valid
instead of __u32/unsigned int

Test-Parameters: trivial
Signed-off-by: Bobi Jam <bobijam@whamcloud.com>
Change-Id: I1e02f1f3621d82d5e279f6d37571ea43929f083e
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56182
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
12 files changed:
lustre/include/cl_object.h
lustre/include/lustre_osc.h
lustre/llite/vvp_io.c
lustre/llite/vvp_object.c
lustre/lov/lov_object.c
lustre/lov/lovsub_object.c
lustre/mdc/mdc_dev.c
lustre/obdclass/cl_object.c
lustre/osc/osc_io.c
lustre/osc/osc_lock.c
lustre/osc/osc_object.c
lustre/osc/osc_request.c