diff options
Diffstat (limited to 'fs/nilfs2/page.c')
-rw-r--r-- | fs/nilfs2/page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/page.c b/fs/nilfs2/page.c index 45d650addd56..c20df77eff99 100644 --- a/fs/nilfs2/page.c +++ b/fs/nilfs2/page.c | |||
@@ -180,7 +180,7 @@ void nilfs_page_bug(struct page *page) | |||
180 | 180 | ||
181 | printk(KERN_CRIT "NILFS_PAGE_BUG(%p): cnt=%d index#=%llu flags=0x%lx " | 181 | printk(KERN_CRIT "NILFS_PAGE_BUG(%p): cnt=%d index#=%llu flags=0x%lx " |
182 | "mapping=%p ino=%lu\n", | 182 | "mapping=%p ino=%lu\n", |
183 | page, atomic_read(&page->_count), | 183 | page, page_ref_count(page), |
184 | (unsigned long long)page->index, page->flags, m, ino); | 184 | (unsigned long long)page->index, page->flags, m, ino); |
185 | 185 | ||
186 | if (page_has_buffers(page)) { | 186 | if (page_has_buffers(page)) { |