提交 cf9937c6 编写于 作者: C Christoph Hellwig 提交者: Nathan Scott

[XFS] Fix pagebuf slab initialization

SGI-PV: 908809
SGI-Modid: xfs-linux:xfs-kern:192756a
Signed-off-by: NChristoph Hellwig <hch@sgi.com>
Signed-off-by: NNathan Scott <nathans@sgi.com>
上级 02de1f0a
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册