diff options
Diffstat (limited to 'fs/ocfs2/file.c')
-rw-r--r-- | fs/ocfs2/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index 1be74c4e7814..d8bd2c32f08a 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c | |||
@@ -566,7 +566,7 @@ restarted_transaction: | |||
566 | credits = ocfs2_calc_extend_credits(osb->sb, | 566 | credits = ocfs2_calc_extend_credits(osb->sb, |
567 | fe, | 567 | fe, |
568 | clusters_to_add); | 568 | clusters_to_add); |
569 | status = ocfs2_extend_trans(handle, credits); | 569 | status = ocfs2_extend_trans(handle->k_handle, credits); |
570 | if (status < 0) { | 570 | if (status < 0) { |
571 | /* handle still has to be committed at | 571 | /* handle still has to be committed at |
572 | * this point. */ | 572 | * this point. */ |