]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/dmu_objset.c
OpenZFS restructuring - zvol
authorMatthew Macy <mmacy@mattmacy.io>
Wed, 25 Sep 2019 16:20:30 +0000 (09:20 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 25 Sep 2019 16:20:30 +0000 (09:20 -0700)
commit5df7e9d85ced424292e8312a7848b6092a29c930
tree391e1488d4a8081ce22c7401c6392a72dc661c13
parentd359e99c38f66732d42278c32d52cfcf1839aa4f
OpenZFS restructuring - zvol

Refactor the zvol in to platform dependent and independent bits.

Reviewed-by: Allan Jude <allanjude@freebsd.org>
Reviewed-by: Jorgen Lundman <lundman@lundman.net>
Reviewed-by: Igor Kozhukhov <igor@dilos.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes #9295
include/sys/Makefile.am
include/sys/dmu.h
include/sys/zvol.h
include/sys/zvol_impl.h [new file with mode: 0644]
module/os/linux/zfs/Makefile.in
module/os/linux/zfs/zvol_os.c [new file with mode: 0644]
module/zfs/dmu_objset.c
module/zfs/zfs_ioctl.c
module/zfs/zvol.c