]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit2bfb6449b7a1f29a2a63e1d869103b5811c3b69f
treee4f8f51cf7346ec239ebd0b9ac9ddc2580c706e2
parentb52896813c2f16bcc5c5b67bb3c3f75bc084439b
GFS2: Move four functions from super.c

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>
fs/gfs2/glock.c
fs/gfs2/ops_super.c
fs/gfs2/recovery.c
fs/gfs2/super.c
fs/gfs2/super.h