From: Christoph Hellwig Date: Tue, 21 Jun 2005 05:35:24 +0000 (+1000) Subject: [XFS] Fix pagebuf slab initialization X-Git-Tag: v2.6.13-rc4~130^2~202^2^2~18 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=cf9937c6c6c7edb6650411d1cf3cb57f072b1277;p=linux-2.6-omap-h63xx.git [XFS] Fix pagebuf slab initialization SGI-PV: 908809 SGI-Modid: xfs-linux:xfs-kern:192756a Signed-off-by: Christoph Hellwig Signed-off-by: Nathan Scott --- diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c index f5676ed5136..049f8711617 100644 --- a/fs/xfs/linux-2.6/xfs_buf.c +++ b/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);