diff options
Diffstat (limited to 'fs/xfs/xfs_attr.c')
-rw-r--r-- | fs/xfs/xfs_attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_attr.c b/fs/xfs/xfs_attr.c index 55bbe98e8f82..474c57a43cce 100644 --- a/fs/xfs/xfs_attr.c +++ b/fs/xfs/xfs_attr.c | |||
@@ -1994,7 +1994,7 @@ xfs_attr_rmtval_get(xfs_da_args_t *args) | |||
1994 | dblkno = XFS_FSB_TO_DADDR(mp, map[i].br_startblock); | 1994 | dblkno = XFS_FSB_TO_DADDR(mp, map[i].br_startblock); |
1995 | blkcnt = XFS_FSB_TO_BB(mp, map[i].br_blockcount); | 1995 | blkcnt = XFS_FSB_TO_BB(mp, map[i].br_blockcount); |
1996 | error = xfs_trans_read_buf(mp, NULL, mp->m_ddev_targp, | 1996 | error = xfs_trans_read_buf(mp, NULL, mp->m_ddev_targp, |
1997 | dblkno, blkcnt, 0, &bp); | 1997 | dblkno, blkcnt, 0, &bp, NULL); |
1998 | if (error) | 1998 | if (error) |
1999 | return(error); | 1999 | return(error); |
2000 | 2000 | ||