svn commit: r219400 - head/sys/geom/label

Jaakko Heinonen jh at FreeBSD.org
Tue Mar 8 17:55:05 UTC 2011


On 2011-03-08, Maxim Sobolev wrote:
>   Some linux distros put mount point into the ext2fs labels, such as '/', or
>   '/boot', which confuses the devfs code and can cause userland programs to
>   fail reading /dev/ext2fs directory with weird error code, such as any
>   program that uses pwlib.

Do you still see such behavior after r214063?

>   Strip any leading slashes before feeding the label to the geom_label code.

make_dev*() should strip redundant slashes since r213526.

-- 
Jaakko


More information about the svn-src-head mailing list