diff options
Diffstat (limited to 'fs/ocfs2/alloc.c')
-rw-r--r-- | fs/ocfs2/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c index f43bc5f18a35..74b93f924296 100644 --- a/fs/ocfs2/alloc.c +++ b/fs/ocfs2/alloc.c | |||
@@ -1074,7 +1074,7 @@ static int ocfs2_replay_truncate_records(struct ocfs2_super *osb, | |||
1074 | /* TODO: Perhaps we can calculate the bulk of the | 1074 | /* TODO: Perhaps we can calculate the bulk of the |
1075 | * credits up front rather than extending like | 1075 | * credits up front rather than extending like |
1076 | * this. */ | 1076 | * this. */ |
1077 | status = ocfs2_extend_trans(handle, | 1077 | status = ocfs2_extend_trans(handle->k_handle, |
1078 | OCFS2_TRUNCATE_LOG_FLUSH_ONE_REC); | 1078 | OCFS2_TRUNCATE_LOG_FLUSH_ONE_REC); |
1079 | if (status < 0) { | 1079 | if (status < 0) { |
1080 | mlog_errno(status); | 1080 | mlog_errno(status); |