From c37a7e75cdd3d9a51d83e0657b3f03d907ba89f7 Mon Sep 17 00:00:00 2001 From: huanghua Date: Sun, 10 Feb 2008 15:17:56 +0000 Subject: [PATCH] Branch HEAD b=14860 reverting commit (in b14149) about changing SEQ start from 0x100000000. --- lustre/fid/fid_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/fid/fid_lib.c b/lustre/fid/fid_lib.c index cf33390..1efb87a 100644 --- a/lustre/fid/fid_lib.c +++ b/lustre/fid/fid_lib.c @@ -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); -- 1.8.3.1