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:
9fd6e88
)
osd: put back fid_is_local() assertion.
author
nikita
<nikita>
Mon, 13 Nov 2006 12:17:39 +0000
(12:17 +0000)
committer
nikita
<nikita>
Mon, 13 Nov 2006 12:17:39 +0000
(12:17 +0000)
lustre/osd/osd_handler.c
patch
|
blob
|
history
diff --git
a/lustre/osd/osd_handler.c
b/lustre/osd/osd_handler.c
index
d405773
..
ab11cac
100644
(file)
--- a/
lustre/osd/osd_handler.c
+++ b/
lustre/osd/osd_handler.c
@@
-1712,7
+1712,6
@@
static struct dt_it *osd_it_init(const struct lu_env *env,
return (struct dt_it *)it;
} else
OBD_FREE_PTR(it);
-
}
return ERR_PTR(-ENOMEM);
}
@@
-2262,7
+2261,7
@@
static int osd_fid_lookup(const struct lu_env *env,
* fids. Unfortunately it is somewhat expensive (does a
* cache-lookup). Disabling it for production/acceptance-testing.
*/
- LASSERT(
1 ||
fid_is_local(ldev->ld_site, fid));
+ LASSERT(fid_is_local(ldev->ld_site, fid));
ENTRY;