From ed0c5aae4ab7d8054c77b02534058d31299ace42 Mon Sep 17 00:00:00 2001 From: pschwan Date: Fri, 6 Jun 2003 06:16:31 +0000 Subject: [PATCH] b=1228 Add generation numbers and inode pointers to the "VFS Op" debug statements --- lustre/llite/iod.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/llite/iod.c b/lustre/llite/iod.c index 5c11df1..f88ed87 100644 --- a/lustre/llite/iod.c +++ b/lustre/llite/iod.c @@ -151,9 +151,9 @@ static void ll_writeback(struct inode *inode, struct ll_writeback_pages *llwp) struct ptlrpc_request_set *set; ENTRY; - CDEBUG(D_VFSTRACE, "VFS Op:inode=%lu,bytes=%u\n", - inode->i_ino, ((llwp->npgs-1) << PAGE_SHIFT) + - llwp->pga[llwp->npgs-1].count); + CDEBUG(D_VFSTRACE, "VFS Op:inode=%lu/%u(%p),bytes=%u\n", + inode->i_ino, inode->i_generation, inode, + ((llwp->npgs-1) << PAGE_SHIFT) + llwp->pga[llwp->npgs-1].count); set = ptlrpc_prep_set(); if (set == NULL) { -- 1.8.3.1