]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[XFS] Fix pagebuf slab initialization
authorChristoph Hellwig <hch@sgi.com>
Tue, 21 Jun 2005 05:35:24 +0000 (15:35 +1000)
committerNathan Scott <nathans@sgi.com>
Tue, 21 Jun 2005 05:35:24 +0000 (15:35 +1000)
SGI-PV: 908809
SGI-Modid: xfs-linux:xfs-kern:192756a

Signed-off-by: Christoph Hellwig <hch@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/linux-2.6/xfs_buf.c

index f5676ed5136da81424605e0b3178fbba54233929..049f8711617446af4116bc63fe705fde3d625b79 100644 (file)
@@ -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);