diff options
Diffstat (limited to 'fs/ocfs2/alloc.h')
-rw-r--r-- | fs/ocfs2/alloc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/alloc.h b/fs/ocfs2/alloc.h index f3dc1b0dfffc..4a5152ec88a3 100644 --- a/fs/ocfs2/alloc.h +++ b/fs/ocfs2/alloc.h | |||
@@ -188,6 +188,8 @@ int ocfs2_truncate_log_append(struct ocfs2_super *osb, | |||
188 | u64 start_blk, | 188 | u64 start_blk, |
189 | unsigned int num_clusters); | 189 | unsigned int num_clusters); |
190 | int __ocfs2_flush_truncate_log(struct ocfs2_super *osb); | 190 | int __ocfs2_flush_truncate_log(struct ocfs2_super *osb); |
191 | int ocfs2_try_to_free_truncate_log(struct ocfs2_super *osb, | ||
192 | unsigned int needed); | ||
191 | 193 | ||
192 | /* | 194 | /* |
193 | * Process local structure which describes the block unlinks done | 195 | * Process local structure which describes the block unlinks done |