Whamcloud - gitweb
Branch HEAD
authorhuanghua <huanghua>
Sun, 10 Feb 2008 15:17:56 +0000 (15:17 +0000)
committerhuanghua <huanghua>
Sun, 10 Feb 2008 15:17:56 +0000 (15:17 +0000)
b=14860

reverting commit (in b14149) about changing SEQ start from 0x100000000.

lustre/fid/fid_lib.c

index cf33390..1efb87a 100644 (file)
@@ -49,7 +49,7 @@
  * Those fids are reserved for special purposes (igifs, etc.).
  */
 const struct lu_range LUSTRE_SEQ_SPACE_RANGE = {
-        (0x100000000ULL),
+        (0x400),
         ((__u64)~0ULL)
 };
 EXPORT_SYMBOL(LUSTRE_SEQ_SPACE_RANGE);