Correct a comment. GEOM modules do not create /dev entries. They create

providers.

Pointed out by:	phk
This commit is contained in:
Gordon Tetlow 2003-02-03 17:21:43 +00:00
parent a6fff888c3
commit 6be2e1dd37
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110291

View file

@ -88,8 +88,8 @@ g_vol_ffs_taste(struct g_class *mp, struct g_provider *pp, int flags)
* Walk through the standard places that superblocks hide and look
* for UFS magic. If we find magic, then check that the size in the
* superblock corresponds to the size of the underlying provider.
* Finally, look for a volume label and create an appropriate /dev
* entry based on that.
* Finally, look for a volume label and create an appropriate
* provider based on that.
*/
for (sb=0; (superblock = superblocks[sb]) != -1; sb++) {
fs = (struct fs *) g_read_data(cp, superblock,