Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a2b354
)
Bug fix for Bug #783. Reviewed by Phil.
author
thantry
<thantry>
Thu, 10 Apr 2003 17:35:55 +0000
(17:35 +0000)
committer
thantry
<thantry>
Thu, 10 Apr 2003 17:35:55 +0000
(17:35 +0000)
Needed for llvisualize functionality.
lustre/llite/iod.c
patch
|
blob
|
history
diff --git
a/lustre/llite/iod.c
b/lustre/llite/iod.c
index
b36c57e
..
c72d9a6
100644
(file)
--- 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) {