MFC r284308: MFV r284042: 1778 Assertion failed: rn->rn_nozpool == B_FALSE

This commit is contained in:
Andriy Gapon 2015-06-25 08:11:39 +00:00
parent 4075ce5637
commit 6038ab7c5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=284805

View File

@ -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);
}
}
/*