GFS2: Remove gfs2_dinode_print() function
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 9 May 2011 12:36:10 +0000 (13:36 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 9 May 2011 15:44:29 +0000 (16:44 +0100)
This function was intended for debugging purposes, but it is not very
useful. If we want to know what is on disk then all we need is a
block number and gfs2_edit can give us much better information about
what is there. Otherwise, if we are interested in what is stored in
the in-core inode, it doesn't help us out there either.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found