> mount() returned -EBUSY - we should give up now surely? Seems we should not try to use the helper unless -EINVAL returned from mount().
> > oops, we are iterating the known filesystems looking for helpers. > Nope. We are not iterating here -- _the only_ helper is called, namely mount.ext2. And this is right. So again, to sum, we just should not try to use the helper unless -EINVAL returned from mount(). -- Vladimir _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
