add a zfs spa_t change missed in r235329

sys/cddl/boot is obviously not under sys/boot...

Pointed out by:	Jan Beich <jbeich@tormail.org>
Pointyhat to:	avg
MFC after:	1 month
This commit is contained in:
Andriy Gapon 2012-05-12 16:36:54 +00:00
parent a5e4c905ee
commit 9da75f3a36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235343

View File

@ -1327,5 +1327,5 @@ typedef struct spa {
struct uberblock spa_uberblock; /* best uberblock so far */
vdev_list_t spa_vdevs; /* list of all toplevel vdevs */
objset_phys_t spa_mos; /* MOS for this pool */
objset_phys_t spa_root_objset; /* current mounted ZPL objset */
int spa_inited; /* initialized */
} spa_t;