Whamcloud - gitweb
Need to include mount_utils.h in the _SOURCES for the tools that use it.
[fs/lustre-release.git] / lustre / fld / fld_internal.h
index 421b5c9..08f80af 100644 (file)
@@ -31,8 +31,7 @@
 #include <lustre/lustre_idl.h>
 #include <dt_object.h>
 
-#include <libcfs/list.h>
-#include <libcfs/kp30.h>
+#include <libcfs/libcfs.h>
 
 #include <linux/types.h>
 #include <lustre_req_layout.h>
@@ -78,11 +77,10 @@ extern struct lu_fld_hash fld_hash[];
 
 #ifdef __KERNEL__
 struct fld_thread_info {
-        struct req_capsule fti_pill;
-        int                fti_rep_buf_size[REQ_MAX_FIELD_NR];
-        __u64              fti_key;
-        __u64              fti_rec;
-        __u32              fti_flags;
+        struct req_capsule *fti_pill;
+        __u64               fti_key;
+        __u64               fti_rec;
+        __u32               fti_flags;
 };
 
 int fld_index_init(struct lu_server_fld *fld,