From 9b72a1093d56756f0353f9cca99b4e54378f68a1 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 2 Jul 2012 06:00:04 -0400 Subject: [PATCH] --- yaml --- r: 311975 b: refs/heads/master c: 40a9b7963df32e743c45d79a5f41445fe2476f15 h: refs/heads/master i: 311973: 2e67c242ab61d314265f1cb27ec64d92d6a87d9e 311971: 03f5d58a7a25d215f735e1dfff70e6ea77ce118c 311967: 9b8cc8d0b5851460dcc7a5605fefcf284102beb4 v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_buf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 58686292c72b..73ad31084c10 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aa292847b9fc6e187547110de833a7d3131bbddf +refs/heads/master: 40a9b7963df32e743c45d79a5f41445fe2476f15 diff --git a/trunk/fs/xfs/xfs_buf.c b/trunk/fs/xfs/xfs_buf.c index a4beb421018a..687b275f165c 100644 --- a/trunk/fs/xfs/xfs_buf.c +++ b/trunk/fs/xfs/xfs_buf.c @@ -1243,7 +1243,7 @@ xfs_buf_iorequest( */ atomic_set(&bp->b_io_remaining, 1); _xfs_buf_ioapply(bp); - _xfs_buf_ioend(bp, 0); + _xfs_buf_ioend(bp, 1); xfs_buf_rele(bp); }