Skip to content

Commit

Permalink
Add zfs_disable_removablemedia to registry
Browse files Browse the repository at this point in the history
Signed-off-by: Jorgen Lundman <[email protected]>
  • Loading branch information
lundman committed Feb 10, 2024
1 parent 5556911 commit 400fc2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/os/windows/zfs/zfs_vnops_windows_mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
extern int getzfsvfs(const char *dsname, zfsvfs_t **zfvp);

uint64_t zfs_disable_removablemedia = 0;
ZFS_MODULE_RAW(zfs, disable_removablemedia, zfs_disable_removablemedia,
U64, ZMOD_RW, 0, "Disable Removable Media");


/*
Expand Down

0 comments on commit 400fc2e

Please sign in to comment.