diff options
Diffstat (limited to 'fs/ocfs2/file.h')
-rw-r--r-- | fs/ocfs2/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/file.h b/fs/ocfs2/file.h index 5a6d3e48e4ba..c96b8054fbe7 100644 --- a/fs/ocfs2/file.h +++ b/fs/ocfs2/file.h | |||
@@ -57,7 +57,7 @@ int ocfs2_do_extend_allocation(struct ocfs2_super *osb, | |||
57 | enum ocfs2_alloc_restarted *reason_ret); | 57 | enum ocfs2_alloc_restarted *reason_ret); |
58 | int ocfs2_extend_no_holes(struct inode *inode, u64 new_i_size, | 58 | int ocfs2_extend_no_holes(struct inode *inode, u64 new_i_size, |
59 | u64 zero_to); | 59 | u64 zero_to); |
60 | int ocfs2_lock_allocators(struct inode *inode, struct ocfs2_dinode *di, | 60 | int ocfs2_lock_allocators(struct inode *inode, struct buffer_head *fe, |
61 | u32 clusters_to_add, u32 extents_to_split, | 61 | u32 clusters_to_add, u32 extents_to_split, |
62 | struct ocfs2_alloc_context **data_ac, | 62 | struct ocfs2_alloc_context **data_ac, |
63 | struct ocfs2_alloc_context **meta_ac); | 63 | struct ocfs2_alloc_context **meta_ac); |