projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
SLOW_WORK: Wait for outstanding work items belonging to a module to clear
[linux-2.6.git]
/
fs
/
fscache
/
operation.c
diff --git
a/fs/fscache/operation.c
b/fs/fscache/operation.c
index
e7f8d53
..
f1a2857
100644
(file)
--- a/
fs/fscache/operation.c
+++ b/
fs/fscache/operation.c
@@
-453,6
+453,7
@@
static void fscache_op_execute(struct slow_work *work)
}
const struct slow_work_ops fscache_op_slow_work_ops = {
+ .owner = THIS_MODULE,
.get_ref = fscache_op_get_ref,
.put_ref = fscache_op_put_ref,
.execute = fscache_op_execute,