Update comment. We also look for GPT partitions.

This commit is contained in:
Pawel Jakub Dawidek 2010-02-18 22:23:30 +00:00
parent d779d44313
commit 736c8a338c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204067

View file

@ -397,7 +397,7 @@ zfs_dev_init(void)
/*
* Open all the disks we can find and see if we can reconstruct
* ZFS pools from them. Bogusly assumes that the disks are named
* diskN or diskNsM.
* diskN, diskNpM or diskNsM.
*/
zfs_init();
for (unit = 0; unit < 32 /* XXX */; unit++) {