From 40871fa1a0feb83763913b1016bcf6044b5ffd64 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 11 Mar 2009 10:31:31 +0000 Subject: [PATCH] - remove debugging stuff --- lustre/osd/osd_io.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lustre/osd/osd_io.c b/lustre/osd/osd_io.c index 90a8f7d..14bcd1d 100644 --- a/lustre/osd/osd_io.c +++ b/lustre/osd/osd_io.c @@ -422,11 +422,6 @@ static int osd_put_bufs(const struct lu_env *env, struct dt_object *dt, for (i = 0; i < npages; i++) { if (lb[i].page == NULL) continue; - { - unsigned long *pp = (void *) page_address(lb[i].page); - if (*pp == 0) - CERROR("page %lu starts with 0\n", lb[i].page->index); - } LASSERT(PageLocked(lb[i].page)); unlock_page(lb[i].page); page_cache_release(lb[i].page); -- 1.8.3.1