From: adilger Date: Fri, 3 Jan 2003 18:41:26 +0000 (+0000) Subject: Remove ll_pack.c from being included into basically every module, and make X-Git-Tag: v1_7_100~1^248~127 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=116049d673c67740f558d0a78d92abf2144606c5;p=fs%2Flustre-release.git 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). --- 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;