Whamcloud - gitweb
LU-17848 osd-zfs: remove osd_ladvise()/falloc() 08/55608/3
authorTimothy Day <timday@amazon.com>
Tue, 2 Jul 2024 23:14:00 +0000 (23:14 +0000)
committerOleg Drokin <green@whamcloud.com>
Sat, 13 Jul 2024 20:55:41 +0000 (20:55 +0000)
commitf1b39460a4712aa670567c8204b943f4423e6126
tree24f5666abca54bd9ab55bfba6c1c5366aea8817d
parent4907f7c13c47f2bb8e5ae21f33f6a87b0c96fe86
LU-17848 osd-zfs: remove osd_ladvise()/falloc()

These are implemented as stub functions that return EOPNOTSUPP.
Remove the functions and add a check in the corresponding dt
functions instead.

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