Whamcloud - gitweb
Remove ll_pack.c from being included into basically every module, and make
authoradilger <adilger>
Fri, 3 Jan 2003 18:41:26 +0000 (18:41 +0000)
committeradilger <adilger>
Fri, 3 Jan 2003 18:41:26 +0000 (18:41 +0000)
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

index 3dfc0f8..cbd0918 100644 (file)
@@ -36,6 +36,7 @@
 #include <linux/kp30.h>
 #include <linux/lustre_fsfilt.h>
 #include <linux/obd.h>
+#include <linux/obd_class.h>
 #include <linux/module.h>
 
 static kmem_cache_t *fcb_cache;