[PATCH] Add -t noproc,tmpfs options to mount/umount

Roy Marples uberlord at gentoo.org
Wed Apr 4 12:50:21 PDT 2007


On Wed, 04 Apr 2007 21:22:40 +0200
Natanael Copa <natanael.copa at gmail.com> wrote:

> On Wed, 2007-04-04 at 18:10 +0100, Roy Marples wrote:
> > 
> > @@ -1608,6 +1636,7 @@
> >         // argument when we get it.
> >  
> >         if (argc == 2) {
> > +               printf ("ss\n");
> >                 if (nonroot)
> >                         bb_error_msg_and_die(must_be_root);
> >                 mtpair->mnt_fsname = argv[0];
> > @@ -1703,9 +1732,7 @@
> 
> I believe this hunk shouldnt be there.
> 
> I wondered where those 'ss' came from :-)
> 
> Natanael Copa
> 

Testing - heh
There was a bug in the patch, you were right. I should have defaulted
retval to -1. Ah well

Thanks

Roy


More information about the busybox mailing list