mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
Enable zhack to work properly with 4k sector size disks
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Paul Dagnelie <paul.dagnelie@klarasystems.com> Closes #17576
This commit is contained in:
committed by
Tony Hutter
parent
411249498e
commit
a1d839eddd
@@ -46,7 +46,7 @@ void zfs_file_close(zfs_file_t *fp);
|
||||
|
||||
int zfs_file_write(zfs_file_t *fp, const void *buf, size_t len, ssize_t *resid);
|
||||
int zfs_file_pwrite(zfs_file_t *fp, const void *buf, size_t len, loff_t off,
|
||||
ssize_t *resid);
|
||||
uint8_t ashift, ssize_t *resid);
|
||||
int zfs_file_read(zfs_file_t *fp, void *buf, size_t len, ssize_t *resid);
|
||||
int zfs_file_pread(zfs_file_t *fp, void *buf, size_t len, loff_t off,
|
||||
ssize_t *resid);
|
||||
|
||||
Reference in New Issue
Block a user