diff options
Diffstat (limited to 'fs/fscache/internal.h')
-rw-r--r-- | fs/fscache/internal.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fs/fscache/internal.h b/fs/fscache/internal.h index 529f4de328c2..014a830c8b37 100644 --- a/fs/fscache/internal.h +++ b/fs/fscache/internal.h | |||
@@ -95,7 +95,13 @@ extern void fscache_enqueue_object(struct fscache_object *); | |||
95 | /* | 95 | /* |
96 | * fsc-operation.c | 96 | * fsc-operation.c |
97 | */ | 97 | */ |
98 | #define fscache_start_operations(obj) BUG() | 98 | extern int fscache_submit_exclusive_op(struct fscache_object *, |
99 | struct fscache_operation *); | ||
100 | extern int fscache_submit_op(struct fscache_object *, | ||
101 | struct fscache_operation *); | ||
102 | extern void fscache_abort_object(struct fscache_object *); | ||
103 | extern void fscache_start_operations(struct fscache_object *); | ||
104 | extern void fscache_operation_gc(struct work_struct *); | ||
99 | 105 | ||
100 | /* | 106 | /* |
101 | * fsc-proc.c | 107 | * fsc-proc.c |