From 6920510655707cdeb452ef93b5a93369973fafa2 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 21 Jun 2005 15:35:24 +1000 Subject: [PATCH] --- yaml --- r: 2607 b: refs/heads/master c: cf9937c6c6c7edb6650411d1cf3cb57f072b1277 h: refs/heads/master i: 2605: 9615770027304b5f7f091f4dab2edd1a06f35c96 2603: b59fe6a0bf0d2b1eb02aa6904d7b33c62370fcab 2599: 90f0f3e0b16dc422ed937579307d9e87d3fe210e 2591: e030b182ebb3f21b3059212f9395a1e1bbfc5b2b v: v3 --- [refs] | 2 +- trunk/fs/xfs/linux-2.6/xfs_buf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8a2c2c2026b1..2bd824e7bbdc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 02de1f0abfc60aa4fead65eee4118d05667c93c3 +refs/heads/master: cf9937c6c6c7edb6650411d1cf3cb57f072b1277 diff --git a/trunk/fs/xfs/linux-2.6/xfs_buf.c b/trunk/fs/xfs/linux-2.6/xfs_buf.c index f5676ed5136d..049f87116174 100644 --- a/trunk/fs/xfs/linux-2.6/xfs_buf.c +++ b/trunk/fs/xfs/linux-2.6/xfs_buf.c @@ -1956,7 +1956,7 @@ pagebuf_init(void) #endif error = xfs_buf_daemons_start(); - if (!error) + if (error) goto out_free_buf_zone; pagebuf_shake = kmem_shake_register(xfsbufd_wakeup);