Whamcloud - gitweb
LU-16518 lu: remove unused functions in lu_object.h 14/58414/2
authorTimothy Day <timday@amazon.com>
Sat, 15 Mar 2025 05:28:53 +0000 (01:28 -0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 26 Mar 2025 04:04:41 +0000 (04:04 +0000)
commitfdeb9320e1ceefb9d2b3acf73da9eebd03491660
treeb644550a5db45ea2fa5895d1548716c5cdc89f90
parent5b483d4983790014f8d30de7cb95fa91a8d99d39
LU-16518 lu: remove unused functions in lu_object.h

Remove lu_object_ops() and lu_object_assert_not_exists()
since they have no callers. Replace lu_object_assert_exists()
with lu_object_exists(), since it's just a thin wrapper.

Fixes: d2d56f38da01 ("- make HEAD from b_post_cmd3")
Test-Parameters: trivial
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: I74136a0c5283beaf77fdbc6df19387209e1c03f4
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58414
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Mikhail Pershin <mpershin@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/lu_object.h
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_xattr.c