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 5592a2f6335b..9c598adc9475 100644 --- a/fs/ocfs2/alloc.c +++ b/fs/ocfs2/alloc.c | |||
@@ -5658,7 +5658,7 @@ static int ocfs2_get_truncate_log_info(struct ocfs2_super *osb, | |||
5658 | goto bail; | 5658 | goto bail; |
5659 | } | 5659 | } |
5660 | 5660 | ||
5661 | status = ocfs2_read_block(inode, OCFS2_I(inode)->ip_blkno, &bh); | 5661 | status = ocfs2_read_inode_block(inode, &bh); |
5662 | if (status < 0) { | 5662 | if (status < 0) { |
5663 | iput(inode); | 5663 | iput(inode); |
5664 | mlog_errno(status); | 5664 | mlog_errno(status); |