[PATCH 0/5] added config items and deleted unused code

manuel.f.zerpies at ww.stud.uni-erlangen.de manuel.f.zerpies at ww.stud.uni-erlangen.de
Fri Nov 16 18:36:29 UTC 2012


From: Manuel Zerpies <manuel.f.zerpies at ww.stud.uni-erlangen.de>

Hey guys,

I was looking at some pieces of the code and came across some comments
saying "we have no config item named like this" or "this should be
configurable", so I implemented the Kconfig parts to make those parts
configurable.

In one case I found code, that will never be executed, due to the fact
that the item is always defined at the beginning of the file and never changes
its value during the file. At some point after that, we check whether the
item is not defined. It is always defined at this point, so I removed the
code.

Comments welcome.

Best regards,

Manuel Zerpies

Manuel Zerpies (5):
  added config item "FEATURE_POWERTOP_PROCIRQ"
  added config item USE_BB_THREADSAFE_SHADOW
  removed superfluous code
  added config item BLKID_DEBUG
  uncommented config item E2LABEL

 archival/gzip.c       |    3 ---
 e2fsprogs/Config.src  |   14 +++++++-------
 libpwdgrp/pwd_grp.c   |    2 --
 loginutils/Config.src |   20 ++++++++++++++++++++
 procps/powertop.c     |    9 +++++++--
 util-linux/Config.src |   13 +++++++++++++
 6 files changed, 47 insertions(+), 14 deletions(-)

-- 
1.7.9.5



More information about the busybox mailing list