[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1309701588-16588-1-git-send-email-akinobu.mita@gmail.com>
Date: Sun, 3 Jul 2011 22:59:41 +0900
From: Akinobu Mita <akinobu.mita@...il.com>
To: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org
Cc: Akinobu Mita <akinobu.mita@...il.com>
Subject: [PATCH 0/7] fault-injection cleanup
This collection of cleanup patches removes about 100 lines of code
without reducing any functionalities of fault-injection.
Akinobu Mita (7):
fault-injection: do not include unneeded header
fault-injection: remove nonexistent function extern
fault-injection: cleanup simple attribute of stacktrace_depth
fault-injection: use debugfs_remove_recursive
failslab: simplify debugfs initialization
fail_page_alloc: simplify debugfs initialization
fail_make_request: cleanup should_fail_request
block/blk-core.c | 26 ++++----
include/linux/fault-inject.h | 19 +-----
lib/fault-inject.c | 144 ++++++++++++------------------------------
mm/failslab.c | 31 +++------
mm/page_alloc.c | 51 +++++----------
5 files changed, 82 insertions(+), 189 deletions(-)
--
1.7.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists