Whamcloud - gitweb
Bug fix for Bug #783. Reviewed by Phil.
authorthantry <thantry>
Thu, 10 Apr 2003 17:35:55 +0000 (17:35 +0000)
committerthantry <thantry>
Thu, 10 Apr 2003 17:35:55 +0000 (17:35 +0000)
Needed for llvisualize functionality.

lustre/llite/iod.c

index b36c57e..c72d9a6 100644 (file)
@@ -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) {