zfs/module/os/linux
Rob Norris 817704a6cc zfs_file: rename zfs_file_fallocate to zfs_file_deallocate
We only use it on a specific way: to punch a hole in (make sparse) a
region of a file, in order to implement TRIM-like behaviour.

So, call the op "deallocate", and move the Linux-style mode flags down
into the Linux implementation, since they're an implementation detail.

FreeBSD gets a no-op stub (for the moment).

Sponsored-by: https://despairlabs.com/sponsor/
Signed-off-by: Rob Norris <robn@despairlabs.com>
2024-09-06 19:07:41 +10:00
..
spl Fix issig() to check signal_pending after dequeue SIGSTOP/SIGTSTP 2024-08-26 17:36:49 -07:00
zfs zfs_file: rename zfs_file_fallocate to zfs_file_deallocate 2024-09-06 19:07:41 +10:00