forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zvol_create_minors(): check snapdev before traversing snapshots
References: openzfs#2479 openzfs@79c76d5 (Change KM_PUSHPAGE -> KM_SLEEP) Porting notes: @@ __zvol_create_minor(const char *name, boolean_t ignore_snapdev) [which got changed to] @@ __zvol_create_minor(const char *name) doi = kmem_alloc(sizeof (dmu_object_info_t), KM_PUSHPAGE); [replaced with] doi = kmem_alloc(sizeof (dmu_object_info_t), KM_SLEEP); Caused by 79c76d5 Change KM_PUSHPAGE -> KM_SLEEP (upstream sync)
- Loading branch information
1 parent
6bec435
commit 162d134
Showing
3 changed files
with
75 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters