mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 02:03:31 +00:00
MFC r284308: MFV r284042: 1778 Assertion failed: rn->rn_nozpool == B_FALSE
This commit is contained in:
parent
4075ce5637
commit
6038ab7c5f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=284805
@ -23,6 +23,7 @@
|
||||
* Copyright 2015 Nexenta Systems, Inc. All rights reserved.
|
||||
* Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013 by Delphix. All rights reserved.
|
||||
* Copyright 2015 RackTop Systems.
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -1094,11 +1095,7 @@ zpool_open_func(void *arg)
|
||||
}
|
||||
(void) close(fd);
|
||||
|
||||
|
||||
rn->rn_config = config;
|
||||
if (config != NULL) {
|
||||
assert(rn->rn_nozpool == B_FALSE);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user