ocfs2: log valid inode # on bad inode
authorMark Fasheh <mfasheh@ca-build8.us.oracle.com>
Tue, 20 Nov 2007 02:40:16 +0000 (18:40 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 28 Nov 2007 00:47:02 +0000 (16:47 -0800)
commita46043e08f300982c51df317e2f8fb919dedadcd
tree8ce0523d9cb7a630aebe90fa0fc7bffcddf72ac6
parentef9f86ceb63f2803c9aada249986b84d2f99c635
ocfs2: log valid inode # on bad inode

If the inode block isn't valid then we don't want to print the value from
that, instead print the block number which was passed in (which should
always be correct). Also, turn this into a debug print for now - folks who
hit an actual problem always have other logs indicating what the source is.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/inode.c