From: tianzy Date: Sat, 17 Feb 2007 01:54:57 +0000 (+0000) Subject: fix a typo X-Git-Tag: v1_7_100~323 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=dd7363438f01fa117c4984c72a6f90c4a80a4588;ds=sidebyside fix a typo b=11471 --- diff --git a/lustre/lov/lov_obd.c b/lustre/lov/lov_obd.c index db81ef9..6753cde 100644 --- a/lustre/lov/lov_obd.c +++ b/lustre/lov/lov_obd.c @@ -2637,7 +2637,8 @@ int __init lov_init(void) ENTRY; lov_oinfo_slab = cfs_mem_cache_create("lov_oinfo", - sizeof(struct lov_oinfo), 0, 0); + sizeof(struct lov_oinfo), + 0, SLAB_HWCACHE_ALIGN); if (lov_oinfo_slab == NULL) return -ENOMEM; lprocfs_init_vars(lov, &lvars);