Skip to content

Commit

Permalink
[XFS] Fix pagebuf slab initialization
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and Nathan Scott committed Jun 21, 2005
1 parent 02de1f0 commit cf9937c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/linux-2.6/xfs_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cf9937c

Please sign in to comment.