dect
/
linux-2.6
Archived
13
0
Fork 0

[XFS] Fix pagebuf slab initialization

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>
This commit is contained in:
Christoph Hellwig 2005-06-21 15:35:24 +10:00 committed by Nathan Scott
parent 02de1f0abf
commit cf9937c6c6
1 changed files with 1 additions and 1 deletions

View 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);