AW: mdev scan

Denys Vlasenko vda.linux at googlemail.com
Wed Jul 9 21:46:27 UTC 2008


On Wednesday 09 July 2008 20:46, Malek wrote:
> Hi all,
> 
> there are almost 1 year since I sent my patch to improve mdev and I note 
> that there is always the same problems (symlinks, max depth, 
> CONFIG_SYSFS_DEPRECATED_V2...).
> My version works well with or without CONFIG_SYSFS_DEPRECATED_V2, I 
> suggest you to try it and I am open to your criticism.
> Patch for the last SVN vesrion.

The patch seems to yank most of the work done in latest months.
For one, compare parsing loop - the code directly
after

while ((tok_line = xmalloc_fgetline(file)) != NULL) {

line. The code which was there before, and which you reinstate,
is "interesting".

--
vda



More information about the busybox mailing list