mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Fix ZVOL_DIR
We only use ZVOL_DIR on FreeBSD, and on FreeBSD it isn't correct. Move the definition to the file where it is needed, and define it as /dev/zvol/. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #10337
This commit is contained in:
@@ -98,6 +98,7 @@
|
||||
|
||||
#include "zfs_namecheck.h"
|
||||
|
||||
#define ZVOL_DIR "/dev/zvol/"
|
||||
#define ZVOL_DUMPSIZE "dumpsize"
|
||||
|
||||
#ifdef ZVOL_LOCK_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user