From af3ad130b724976acf6192055f61ec866e809c8d Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Sat, 18 Jul 2009 18:15:01 -0400 Subject: [PATCH] --- yaml --- r: 156679 b: refs/heads/master c: ddd3a14e0f030f0f7b900621f67532285b8657ef h: refs/heads/master i: 156677: 9763835f7fef98b096380d5a9c3c0f0a31088556 156675: 720e74dcbe9c42ce82ec41e38666536837d458f0 156671: 4be62f6d72e4f397d3c25450b2f89580e868a005 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 022a5a4f79a8..667b0fc72603 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7b02ecb3031b192823bc732ae717febc0a59aa92 +refs/heads/master: ddd3a14e0f030f0f7b900621f67532285b8657ef 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);