Whamcloud - gitweb
include/linux/*.h: turn of debugging output, minor reorg
[fs/lustre-release.git] / lustre / include / linux / obd_snap.h
index 9d1ba8c..74890c5 100644 (file)
@@ -3,6 +3,10 @@
 
 #define OBD_SNAP_MAGIC 0xfffffff3   /* an unlikely block number */
 
+#ifndef OBD_SNAP_DEVICENAME
+#define OBD_SNAP_DEVICENAME "obdsnap"
+#endif
+
 /* ioctls for manipulating snapshots 40 - 60 */
 #define OBD_SNAP_SETTABLE      _IOWR('f', 40, long)
 #define OBD_SNAP_PRINTTABLE    _IOWR('f', 41, long)