mdev scan

Rob Landley rob at landley.net
Sun Jul 6 17:23:47 PDT 2008


On Sunday 06 July 2008 01:42:23 Denys Vlasenko wrote:
> > > > The first is to ignore links while traversing,
> > >
> > > Yeah, pity mdev author forgot to document why ACTION_FOLLOWLINKS
> > > is necessary (example would be most useful).
> >
> > What's ACTION_FOLLOWLINKS?  I don't see it in the 1.10.0
> > util-linux/mdev.c...
>
> Here:
...
>                 recursive_action("/sys/block",
>                         ACTION_RECURSE | ACTION_FOLLOWLINKS,
>                         fileAction, dirAction, temp, 0);

Ah, busybox has grown an equivalent of toybox's dirtree stuff since 1.2.2.  I 
hadn't know that...

Rob
-- 
"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.


More information about the busybox mailing list