Whamcloud - gitweb
LU-2158 lvfs: remove the fsfilt and lvfs layer
[fs/lustre-release.git] / lustre / osd-ldiskfs / osd_internal.h
index cb390c4..c5440ae 100644 (file)
@@ -55,9 +55,6 @@
 #include <ldiskfs/ldiskfs.h>
 #include <ldiskfs/ldiskfs_jbd2.h>
 
-/* fsfilt_{get|put}_ops */
-#include <lustre_fsfilt.h>
-
 /* LUSTRE_OSD_NAME */
 #include <obd.h>
 /* class_register_type(), class_unregister_type(), class_get_type() */
@@ -259,7 +256,6 @@ struct osd_device {
         struct obd_statfs         od_statfs;
        spinlock_t                od_osfs_lock;
 
-       struct fsfilt_operations *od_fsops;
        int                       od_connects;
        struct lu_site            od_site;