Just fix syntax issues in source code.
Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Change-Id: I822b943f31785e18ca09125466a9b21d7f7ce558
Reviewed-on: http://review.whamcloud.com/5476
Reviewed-by: John Hammond <johnlockwoodhammond@gmail.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Faccini Bruno <bruno.faccini@intel.com>
void cfs_kunmap(cfs_page_t *pg)
{
LASSERT(page_type_is_valid(pg));
- return page_ops[pg->type]->page_unmap(pg);
+ page_ops[pg->type]->page_unmap(pg);
}
void xnu_page_ops_register(int type, struct xnu_page_ops *ops)
crc32pclmul = cfs_crypto_crc32_pclmul_register();
#endif
- /* check all algorithms and do perfermance test */
+ /* check all algorithms and do performance test */
cfs_crypto_test_hashes();
return 0;
}
INIT_CTL_NAME(0)
}
};
+#endif
int insert_proc(void)
{
+#ifdef CONFIG_SYSCTL
if (lnet_table_header == NULL)
lnet_table_header = cfs_register_sysctl_table(top_table, 0);
#endif