Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fa2776
)
- disable FLDB
author
alex
<alex>
Tue, 9 Jun 2009 08:42:39 +0000
(08:42 +0000)
committer
alex
<alex>
Tue, 9 Jun 2009 08:42:39 +0000
(08:42 +0000)
lustre/fld/fld_index.c
patch
|
blob
|
history
diff --git
a/lustre/fld/fld_index.c
b/lustre/fld/fld_index.c
index
0989b95
..
10d6344
100644
(file)
--- a/
lustre/fld/fld_index.c
+++ b/
lustre/fld/fld_index.c
@@
-270,6
+270,13
@@
int fld_index_lookup(struct lu_server_fld *fld,
rc = -ENOENT;
}
+ /* XXX: ZAP doesn't support natural ordered keys yet
+ * XXX: no CMD support */
+ range->lsr_start = 0;
+ range->lsr_end = ~0ULL;
+ range->lsr_mdt = 0;
+ rc = 0;
+
CDEBUG(D_INFO, "%s: lookup seq = %llx range : "DRANGE" rc = %d\n",
fld->lsf_name, seq, PRANGE(range), rc);