projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91bbcfc
)
bcache: Disable broken btree fuzz tester
author
Kent Overstreet
<koverstreet@google.com>
Fri, 5 Apr 2013 21:20:29 +0000
(14:20 -0700)
committer
Kent Overstreet
<koverstreet@google.com>
Mon, 8 Apr 2013 20:33:49 +0000
(13:33 -0700)
Reported-by: <sasha.levin@oracle.com>
Signed-off-by: Kent Overstreet <koverstreet@google.com>
drivers/md/bcache/debug.c
patch
|
blob
|
history
diff --git
a/drivers/md/bcache/debug.c
b/drivers/md/bcache/debug.c
index 24a5a2fed6d348a17763a385ee988a0f710fa461..89fd5204924e88bc2486d0616c291279161c51bb 100644
(file)
--- a/
drivers/md/bcache/debug.c
+++ b/
drivers/md/bcache/debug.c
@@
-409,7
+409,9
@@
void bch_debug_init_cache_set(struct cache_set *c)
#endif
-#ifdef CONFIG_BCACHE_DEBUG
+/* Fuzz tester has rotted: */
+#if 0
+
static ssize_t btree_fuzz(struct kobject *k, struct kobj_attribute *a,
const char *buffer, size_t size)
{
@@
-552,7
+554,7
@@
void bch_debug_exit(void)
int __init bch_debug_init(struct kobject *kobj)
{
int ret = 0;
-#if
def CONFIG_BCACHE_DEBUG
+#if
0
ret = sysfs_create_file(kobj, &ksysfs_fuzz.attr);
if (ret)
return ret;