Skip to content
Snippets Groups Projects
Commit c37a7e75 authored by huanghua's avatar huanghua
Browse files

Branch HEAD

b=14860

reverting commit (in b14149) about changing SEQ start from 0x100000000.
parent 0191e61e
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
* Those fids are reserved for special purposes (igifs, etc.). * Those fids are reserved for special purposes (igifs, etc.).
*/ */
const struct lu_range LUSTRE_SEQ_SPACE_RANGE = { const struct lu_range LUSTRE_SEQ_SPACE_RANGE = {
(0x100000000ULL), (0x400),
((__u64)~0ULL) ((__u64)~0ULL)
}; };
EXPORT_SYMBOL(LUSTRE_SEQ_SPACE_RANGE); EXPORT_SYMBOL(LUSTRE_SEQ_SPACE_RANGE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment