diff options
Diffstat (limited to 'fs/ocfs2/suballoc.h')
-rw-r--r-- | fs/ocfs2/suballoc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/suballoc.h b/fs/ocfs2/suballoc.h index ea85a4c8b4b1..8c9a78a43164 100644 --- a/fs/ocfs2/suballoc.h +++ b/fs/ocfs2/suballoc.h | |||
@@ -188,4 +188,6 @@ int ocfs2_lock_allocators(struct inode *inode, struct ocfs2_extent_tree *et, | |||
188 | u32 clusters_to_add, u32 extents_to_split, | 188 | u32 clusters_to_add, u32 extents_to_split, |
189 | struct ocfs2_alloc_context **data_ac, | 189 | struct ocfs2_alloc_context **data_ac, |
190 | struct ocfs2_alloc_context **meta_ac); | 190 | struct ocfs2_alloc_context **meta_ac); |
191 | |||
192 | int ocfs2_test_inode_bit(struct ocfs2_super *osb, u64 blkno, int *res); | ||
191 | #endif /* _CHAINALLOC_H_ */ | 193 | #endif /* _CHAINALLOC_H_ */ |