]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit68e82b4563628467ec6dc2270688725d4b6835c3
tree8ce0523d9cb7a630aebe90fa0fc7bffcddf72ac6
parent95feff62ae0e703c9342923b8e25c86caa096830
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