[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1158645328.2419.8.camel@localhost.localdomain>
Date: Mon, 18 Sep 2006 22:55:28 -0700
From: Don Mullis <dwm@...r.net>
To: Akinobu Mita <mita@...aclelinux.com>
Cc: linux-kernel@...r.kernel.org, ak@...e.de, akpm@...l.org
Subject: Re: [patch 7/8] process filtering for fault-injection capabilities
Temporary fix-up so that next patch:
"[patch 8/8] stacktrace filtering for fault-injection capabilities"
applies cleanly.
Signed-off-by: Don Mullis <dwm@...r.net>
---
include/linux/fault-inject.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Index: linux-2.6.17/include/linux/fault-inject.h
===================================================================
--- linux-2.6.17.orig/include/linux/fault-inject.h
+++ linux-2.6.17/include/linux/fault-inject.h
@@ -16,7 +16,9 @@ struct fault_attr {
atomic_t times;
atomic_t space;
unsigned long count;
- atomic_t process_filter;
+
+ /* A value of '0' means process filter is disabled. */
+ u32 process_filter;
};
#define DEFINE_FAULT_ATTR(name) \
-
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