Whamcloud - gitweb
LU-17848 osd: dt_tunables_fini() and friends return void 18/59418/3
authorTimothy Day <timday@amazon.com>
Sun, 25 May 2025 05:37:19 +0000 (01:37 -0400)
committerOleg Drokin <green@whamcloud.com>
Thu, 12 Jun 2025 06:36:45 +0000 (06:36 +0000)
commite53f207ab4c1b366936ca883e0bb3ff60e8c7a02
tree003f5deefe2aafd90eaa24ae1f201cfc2cbf2aea
parentd820c9be9bea4e56ad070d7ad75c3dbcf1625f9f
LU-17848 osd: dt_tunables_fini() and friends return void

The function dt_tunables_fini() can't really fail. Make
it return void. Make the various osd_procfs_fini()
implementations also return void.

Test-Parameters: trivial
Test-Parameters: trivial fstype=zfs
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: I5edc7ed43fad69d6ebdd734d8e9fdc69cdcf0915
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/59418
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Lijing Chen <lijinc@amazon.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/dt_object.h
lustre/obdclass/dt_object.c
lustre/osd-ldiskfs/osd_internal.h
lustre/osd-ldiskfs/osd_lproc.c
lustre/osd-zfs/osd_handler.c
lustre/osd-zfs/osd_internal.h
lustre/osd-zfs/osd_lproc.c