Whamcloud - gitweb
* Chain granted locks off the export.
[fs/lustre-release.git] / lustre / include / linux / obd_echo.h
index c5a98c3..67ccf6a 100644 (file)
 #define OBD_ECHO_DEVICENAME "obdecho"
 #endif
 
-struct echo_obd {
-       char *eo_fstype;
-        struct super_block *eo_sb;
-       struct vfsmount *eo_vfsmnt;
-       struct run_ctxt  eo_ctxt;
-       spinlock_t eo_lock;
-       __u64 eo_lastino;
-       struct file_operations *eo_fop; 
-       struct inode_operations *eo_iop;
-       struct address_space_operations *eo_aops;
-};
-
-
 extern struct obd_ops echo_obd_ops;
 
 #endif