Back out v1.57, the underlying problem that caused a delay between

mdconfig and the device name appearing in /dev seems to be fixed.
This commit is contained in:
Ken Smith 2004-08-25 01:39:52 +00:00
parent 640c9dcf69
commit 79a58dfb4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134282

View File

@ -64,8 +64,6 @@ dofs_md () {
fi
MDDEVICE=`mdconfig -a -t vnode -f ${FSIMG}`
# XXX - This sleep is needed to solve some sort of race condition
sleep 5
if [ ! -c /dev/${MDDEVICE} ] ; then
echo "No /dev/$MDDEVICE" 1>&2
exit 1