Whamcloud - gitweb
- make a few debugging cases less chatty
authorzab <zab>
Fri, 18 Apr 2003 18:27:08 +0000 (18:27 +0000)
committerzab <zab>
Fri, 18 Apr 2003 18:27:08 +0000 (18:27 +0000)
- get a PR lock to ->eof in ll_file_read to purge extending writes and
  make them visible to our post-enqueue getattr

lustre/llite/iod.c

index 33ef519..c3059d8 100644 (file)
@@ -189,7 +189,8 @@ static void ll_writeback( struct inode *inode,
         for ( i = 0 ; i < llwp->npgs ; i++) {
                 struct page *page = llwp->pga[i].pg;
 
-                CDEBUG(D_CACHE, "cleaning page %p\n", page);
+                CDEBUG(D_CACHE, "finished page %p at index %lu\n", page,
+                       page->index);
                 LASSERT(PageLocked(page));
                 ll_remove_dirty(inode, page->index, page->index);
                 unlock_page(page);