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:
e4bf791
)
bcache: mark closure_sync() __sched
author
Kent Overstreet
<
[email protected]
>
Mon, 8 Jan 2018 20:21:26 +0000
(12:21 -0800)
committer
Jens Axboe
<
[email protected]
>
Mon, 8 Jan 2018 20:29:00 +0000
(13:29 -0700)
[edit by mlyle: include sched/debug.h to get __sched]
Signed-off-by: Kent Overstreet <
[email protected]
>
Signed-off-by: Michael Lyle <
[email protected]
>
Reviewed-by: Michael Lyle <
[email protected]
>
Signed-off-by: Jens Axboe <
[email protected]
>
drivers/md/bcache/closure.c
patch
|
blob
|
history
diff --git
a/drivers/md/bcache/closure.c
b/drivers/md/bcache/closure.c
index ca7ace6962a4652add789185c7e3193611af4ae0..7f12920c14f7ade2086e1f1813fd832e047a8699 100644
(file)
--- a/
drivers/md/bcache/closure.c
+++ b/
drivers/md/bcache/closure.c
@@
-8,6
+8,7
@@
#include <linux/debugfs.h>
#include <linux/module.h>
#include <linux/seq_file.h>
+#include <linux/sched/debug.h>
#include "closure.h"
@@
-107,7
+108,7
@@
static void closure_sync_fn(struct closure *cl)
wake_up_process(cl->s->task);
}
-void __closure_sync(struct closure *cl)
+void __
sched __
closure_sync(struct closure *cl)
{
struct closure_syncer s = { .task = current };