projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7857d5d
)
bcache: Fix a lockdep splat
author
Kent Overstreet
<kmo@daterainc.com>
Fri, 25 Oct 2013 00:12:52 +0000
(17:12 -0700)
committer
Kent Overstreet
<kmo@daterainc.com>
Mon, 11 Nov 2013 05:55:54 +0000
(21:55 -0800)
bch_keybuf_del() takes a spinlock that can't be taken in interrupt context -
whoops. Fortunately, this code isn't enabled by default (you have to toggle a
sysfs thing).
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
drivers/md/bcache/movinggc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/bcache/movinggc.c
b/drivers/md/bcache/movinggc.c
index 1a3b4f4786c3cee411d16c3a9a453e1fcd33b681..dd8a035c5ae1c9f95b9cf41c07a70489dd5f785a 100644
(file)
--- a/
drivers/md/bcache/movinggc.c
+++ b/
drivers/md/bcache/movinggc.c
@@
-113,7
+113,7
@@
static void write_moving(struct closure *cl)
bch_insert_data(&s->op.cl);
}
- continue_at(cl, write_moving_finish,
NULL
);
+ continue_at(cl, write_moving_finish,
bch_gc_wq
);
}
static void read_moving_submit(struct closure *cl)