aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr_leaf.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_attr_leaf.c')
-rw-r--r--fs/xfs/xfs_attr_leaf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_attr_leaf.c b/fs/xfs/xfs_attr_leaf.c
index 76d93dc953e1..3cd5dc668043 100644
--- a/fs/xfs/xfs_attr_leaf.c
+++ b/fs/xfs/xfs_attr_leaf.c
@@ -2983,7 +2983,7 @@ xfs_attr_leaf_freextent(xfs_trans_t **trans, xfs_inode_t *dp,
2983 map.br_blockcount); 2983 map.br_blockcount);
2984 bp = xfs_trans_get_buf(*trans, 2984 bp = xfs_trans_get_buf(*trans,
2985 dp->i_mount->m_ddev_targp, 2985 dp->i_mount->m_ddev_targp,
2986 dblkno, dblkcnt, XBF_LOCK); 2986 dblkno, dblkcnt, 0);
2987 if (!bp) 2987 if (!bp)
2988 return ENOMEM; 2988 return ENOMEM;
2989 xfs_trans_binval(*trans, bp); 2989 xfs_trans_binval(*trans, bp);