mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37:45 +03:00
config: remove HAVE_VFS_FILE_OPERATIONS_EXTEND
Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #16479
This commit is contained in:
committed by
Brian Behlendorf
parent
9914684d36
commit
230bc538cb
@@ -2027,9 +2027,6 @@ zfs_init(void)
|
||||
zfs_znode_init();
|
||||
dmu_objset_register_type(DMU_OST_ZFS, zpl_get_file_info);
|
||||
register_filesystem(&zpl_fs_type);
|
||||
#ifdef HAVE_VFS_FILE_OPERATIONS_EXTEND
|
||||
register_fo_extend(&zpl_file_operations);
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
@@ -2040,9 +2037,6 @@ zfs_fini(void)
|
||||
*/
|
||||
taskq_wait(system_delay_taskq);
|
||||
taskq_wait(system_taskq);
|
||||
#ifdef HAVE_VFS_FILE_OPERATIONS_EXTEND
|
||||
unregister_fo_extend(&zpl_file_operations);
|
||||
#endif
|
||||
unregister_filesystem(&zpl_fs_type);
|
||||
zfs_znode_fini();
|
||||
zfsctl_fini();
|
||||
|
||||
Reference in New Issue
Block a user