From: thantry Date: Thu, 10 Apr 2003 17:35:55 +0000 (+0000) Subject: Bug fix for Bug #783. Reviewed by Phil. X-Git-Tag: v1_7_110~2^11~150 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=01cbe278927e4b9ce6182a452c20571417301047;p=fs%2Flustre-release.git Bug fix for Bug #783. Reviewed by Phil. Needed for llvisualize functionality. --- 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) {