From 654bfcd67ae645df13e05d21abf8ea077b9a93c1 Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 23 Nov 2006 18:45:22 +0000 Subject: [PATCH] osd: disable back expensive fid_is_local() assertion. --- lustre/osd/osd_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/osd/osd_handler.c b/lustre/osd/osd_handler.c index 6b2daf4..a220bf9 100644 --- a/lustre/osd/osd_handler.c +++ b/lustre/osd/osd_handler.c @@ -2271,7 +2271,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(fid_is_local(ldev->ld_site, fid)); + LASSERT(1 || fid_is_local(ldev->ld_site, fid)); ENTRY; -- 1.8.3.1