Hi,

In TC, we noticed a regression from the loop-control commit.
"mount: can't setup loop device: No such file or directory" when trying
to mount more than eight loops, on a kernel with loop-control.

It's possibly a race, could be udev didn't have time to create the
device before bb tried to open() it. Probably bb should mknod() it even
in the loop-control path.

- Lauri
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to