Whamcloud - gitweb
LU-17848 osd: remove osd_check_stale() for ldiskfs/ZFS 06/55606/3
authorTimothy Day <timday@amazon.com>
Tue, 2 Jul 2024 22:54:20 +0000 (22:54 +0000)
committerOleg Drokin <green@whamcloud.com>
Sat, 13 Jul 2024 20:55:20 +0000 (20:55 +0000)
commitf537c33fb29814fe2275715c58d72b08493e7899
treecd0392861634bd763132f44857b51d2bca3322ce
parent755c9c0f78a777b342a42a74aa8fb93d04e7cad8
LU-17848 osd: remove osd_check_stale() for ldiskfs/ZFS

This is implemented as a stub function that returns false.
Remove the implementations from the OSD and add a check into
dt_check_stale().

Test-Parameters: trivial
Test-Parameters: trivial fstype=zfs
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: Id7fb2c1d1600a3dcc5d278cb2dab5d65a10bdefd
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55606
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/dt_object.h
lustre/osd-ldiskfs/osd_handler.c
lustre/osd-zfs/osd_object.c