From 1590d9d66ffc368d9d493e55f4fe36b3264f982d Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Sat, 18 Jul 2009 18:15:01 -0400 Subject: [PATCH] --- yaml --- r: 162762 b: refs/heads/master c: 7509ee34a365c041718d0b676e5ee255b58b5dda h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_attr.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d613ca84271a..4d0eb99ad676 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a25f1abb26f5ab7c6c72fe0b3807c137ee484bb +refs/heads/master: 7509ee34a365c041718d0b676e5ee255b58b5dda diff --git a/trunk/fs/xfs/xfs_attr.c b/trunk/fs/xfs/xfs_attr.c index bfb583791fe2..4ece1906bd41 100644 --- a/trunk/fs/xfs/xfs_attr.c +++ b/trunk/fs/xfs/xfs_attr.c @@ -2010,7 +2010,9 @@ xfs_attr_rmtval_get(xfs_da_args_t *args) dblkno = XFS_FSB_TO_DADDR(mp, map[i].br_startblock); blkcnt = XFS_FSB_TO_BB(mp, map[i].br_blockcount); error = xfs_read_buf(mp, mp->m_ddev_targp, dblkno, - blkcnt, XFS_BUF_LOCK, &bp); + blkcnt, + XFS_BUF_LOCK | XBF_DONT_BLOCK, + &bp); if (error) return(error);