From 01cbe278927e4b9ce6182a452c20571417301047 Mon Sep 17 00:00:00 2001 From: thantry Date: Thu, 10 Apr 2003 17:35:55 +0000 Subject: [PATCH] Bug fix for Bug #783. Reviewed by Phil. Needed for llvisualize functionality. --- lustre/llite/iod.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/llite/iod.c b/lustre/llite/iod.c index b36c57e..c72d9a6 100644 --- a/lustre/llite/iod.c +++ b/lustre/llite/iod.c @@ -151,6 +151,7 @@ static void ll_writeback( struct inode *inode, int rc, i; struct obd_brw_set *set; ENTRY; + CDEBUG(D_VFSTRACE, "VFS Op:inode=%lu,bytes=%u\n", inode->i_ino, llwp->npgs << PAGE_SHIFT); set = obd_brw_set_new(); if (set == NULL) { -- 1.8.3.1