From 116049d673c67740f558d0a78d92abf2144606c5 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 3 Jan 2003 18:41:26 +0000 Subject: [PATCH] Remove ll_pack.c from being included into basically every module, and make it an exported function from obdclass. This also solves the dependency problem with fsfilt_extN and fsfilt_reiserfs for these functions (b=570). --- lustre/obdclass/fsfilt_extN.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/obdclass/fsfilt_extN.c b/lustre/obdclass/fsfilt_extN.c index 3dfc0f8..cbd0918 100644 --- a/lustre/obdclass/fsfilt_extN.c +++ b/lustre/obdclass/fsfilt_extN.c @@ -36,6 +36,7 @@ #include #include #include +#include #include static kmem_cache_t *fcb_cache; -- 1.8.3.1