Whamcloud - gitweb
- compilation fixes.
[fs/lustre-release.git] / lustre / include / linux / obd_filter.h
index 6fb189f..b87c50e 100644 (file)
@@ -7,26 +7,12 @@
  * See the file COPYING in this distribution
  */
 
+#include <linux/obd_class.h>
 
 #ifndef OBD_FILTER_DEVICENAME
 #define OBD_FILTER_DEVICENAME "obdfilter"
 #endif
 
-struct run_ctxt { 
-       struct vfsmount *pwdmnt;
-       struct dentry   *pwd;
-       mm_segment_t     fs;
-};
-
-struct filter_obd {
-       char *fo_fstype;
-        struct super_block * fo_sb;
-       struct vfsmount *fo_vfsmnt;
-       struct run_ctxt  fo_ctxt;
-       __u64 fo_lastino;
-};
-
-
 extern struct obd_ops filter_obd_ops;
 
 #endif