From dd7363438f01fa117c4984c72a6f90c4a80a4588 Mon Sep 17 00:00:00 2001 From: tianzy Date: Sat, 17 Feb 2007 01:54:57 +0000 Subject: [PATCH] fix a typo b=11471 --- lustre/lov/lov_obd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 1.8.3.1