diff options
Diffstat (limited to 'fs/xfs/xfs_fsops.c')
-rw-r--r-- | fs/xfs/xfs_fsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_fsops.c b/fs/xfs/xfs_fsops.c index 874d39883dab..e9f5bc0eea92 100644 --- a/fs/xfs/xfs_fsops.c +++ b/fs/xfs/xfs_fsops.c | |||
@@ -402,7 +402,7 @@ xfs_growfs_data_private( | |||
402 | 402 | ||
403 | /* update secondary superblocks. */ | 403 | /* update secondary superblocks. */ |
404 | for (agno = 1; agno < nagcount; agno++) { | 404 | for (agno = 1; agno < nagcount; agno++) { |
405 | error = xfs_read_buf(mp, mp->m_ddev_targp, | 405 | error = xfs_trans_read_buf(mp, NULL, mp->m_ddev_targp, |
406 | XFS_AGB_TO_DADDR(mp, agno, XFS_SB_BLOCK(mp)), | 406 | XFS_AGB_TO_DADDR(mp, agno, XFS_SB_BLOCK(mp)), |
407 | XFS_FSS_TO_BB(mp, 1), 0, &bp); | 407 | XFS_FSS_TO_BB(mp, 1), 0, &bp); |
408 | if (error) { | 408 | if (error) { |