Whamcloud - gitweb
fixes for LOV -- CAREFUL this may break the tree...
[fs/lustre-release.git] / lustre / include / linux / obd_snap.h
index 4b40801..b7641d4 100644 (file)
@@ -7,6 +7,8 @@
  * See the file COPYING in this distribution
  */
 
+#include <linux/obd_class.h>
+
 #define OBD_SNAP_MAGIC 0xfffffff3   /* an unlikely block number */
 
 #ifndef OBD_SNAP_DEVICENAME
 #define OBD_SNAP_DELETE        _IOWR('f', 42, long)
 #define OBD_SNAP_RESTORE       _IOWR('f', 43, long)
 
-/* this is the obd device descriptor: 
- * - current snapshot ends up in first slot of this array
- */
-struct snap_obd {
-       unsigned int snap_index;  /* which snapshot index are we accessing */
-       int snap_tableno;
-};
-
 void snap_use(int table_no, int snap_index) ;
 void snap_unuse(int table_no, int snap_index) ;
 int snap_is_used(int table_no, int snap_index) ;