From: zab Date: Thu, 30 Oct 2003 01:44:55 +0000 (+0000) Subject: - put it more consistent debug message that track pages through llite. X-Git-Tag: v1_7_0_51~2^7~322 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4312d8e7120abaf47ec1c8003f47e4407a106306;p=fs%2Flustre-release.git - put it more consistent debug message that track pages through llite. Hopefully it will shed some light on bug 2192. --- diff --git a/lustre/llite/llite_internal.h b/lustre/llite/llite_internal.h index 3ae02b0..75e0cc4 100644 --- a/lustre/llite/llite_internal.h +++ b/lustre/llite/llite_internal.h @@ -69,6 +69,10 @@ struct ll_async_page { struct page *llap_page; }; +#define LL_CDEBUG_PAGE(page, STR) \ + CDEBUG(D_PAGE, "page %p map %p ind %lu priv %0lx: " STR, \ + page, page->mapping, page->index, page->private) + /* llite/lproc_llite.c */ int lprocfs_register_mountpoint(struct proc_dir_entry *parent, struct super_block *sb, char *osc, char *mdc);