From 7c04099599d0d8afad3372112caf78b2dfb8a527 Mon Sep 17 00:00:00 2001 From: braam Date: Sat, 12 Jul 2003 08:28:53 +0000 Subject: [PATCH] - cleanup in super and llite_lib to make this closer to b_unify. --- lustre/llite/llite_lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 118fdf7..7f1a77e 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -33,7 +33,8 @@ #include #include #include "llite_internal.h" -#include "llite_lib.h" + +kmem_cache_t *ll_file_data_slab; extern struct address_space_operations ll_aops; extern struct address_space_operations ll_dir_aops; -- 1.8.3.1