Whamcloud - gitweb
LU-17848 osd: remove osd_invalidate() for ldiskfs/ZFS 07/55607/3
authorTimothy Day <timday@amazon.com>
Tue, 2 Jul 2024 23:06:12 +0000 (23:06 +0000)
committerOleg Drokin <green@whamcloud.com>
Sat, 13 Jul 2024 20:55:32 +0000 (20:55 +0000)
commit4907f7c13c47f2bb8e5ae21f33f6a87b0c96fe86
treeb96f6b66c8b4e87873def683f87db6b91f9c778c
parentf537c33fb29814fe2275715c58d72b08493e7899
LU-17848 osd: remove osd_invalidate() for ldiskfs/ZFS

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

Test-Parameters: trivial
Test-Parameters: trivial fstype=zfs
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: Ieee086218dc83c3129bc572689a14c79c981bcb7
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55607
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