Whamcloud - gitweb
Pass 64-bit object numbers wherever possible, instead of truncating to 32-bit.
[fs/lustre-release.git] / lustre / include / linux / obd_snap_support.h
index bd8ca7b..75ec08a 100644 (file)
@@ -12,7 +12,7 @@
  * available snapshot slots (14 in 56 bytes vs. 7 in 56 bytes until we
  * increase the size of OBD_OBDMDSZ).
  */
-typedef ino_t  snap_id;
+typedef obd_id snap_id;
 
 /* maximum number of snapshot tables we maintain in the kernel */
 #define SNAP_MAX_TABLES 8