diff options
Diffstat (limited to 'fs/fscache/internal.h')
-rw-r--r-- | fs/fscache/internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/fscache/internal.h b/fs/fscache/internal.h index 3063a58b7d3d..87c4544ec912 100644 --- a/fs/fscache/internal.h +++ b/fs/fscache/internal.h | |||
@@ -125,7 +125,8 @@ extern int fscache_submit_exclusive_op(struct fscache_object *, | |||
125 | extern int fscache_submit_op(struct fscache_object *, | 125 | extern int fscache_submit_op(struct fscache_object *, |
126 | struct fscache_operation *); | 126 | struct fscache_operation *); |
127 | extern int fscache_cancel_op(struct fscache_operation *, | 127 | extern int fscache_cancel_op(struct fscache_operation *, |
128 | void (*)(struct fscache_operation *)); | 128 | void (*)(struct fscache_operation *), |
129 | bool); | ||
129 | extern void fscache_cancel_all_ops(struct fscache_object *); | 130 | extern void fscache_cancel_all_ops(struct fscache_object *); |
130 | extern void fscache_abort_object(struct fscache_object *); | 131 | extern void fscache_abort_object(struct fscache_object *); |
131 | extern void fscache_start_operations(struct fscache_object *); | 132 | extern void fscache_start_operations(struct fscache_object *); |