GFS2: Move four functions from super.c
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 26 Nov 2008 13:30:49 +0000 (13:30 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 5 Jan 2009 07:39:12 +0000 (07:39 +0000)
The functions which are being moved can all be marked
static in their new locations, since they only have
a single caller each. Their new locations are more
logical than before and some of the functions are
small enough that the compiler might well inline them.

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

No differences found