Whamcloud - gitweb
b=20562 Increasing super sequence width so that there will be lesser update to fld...
[fs/lustre-release.git] / lustre / include / lustre_fid.h
index 0b18f23..414d562 100644 (file)
@@ -83,7 +83,7 @@ enum {
          * This is how many sequences may be in one super-sequence allocated to
          * MDTs.
          */
-        LUSTRE_SEQ_SUPER_WIDTH = (LUSTRE_SEQ_META_WIDTH * LUSTRE_SEQ_META_WIDTH)
+        LUSTRE_SEQ_SUPER_WIDTH = ((1<< 30) * LUSTRE_SEQ_META_WIDTH)
 };
 
 /** special fid seq: used for local object create. */