GFS2: Move gfs2_recoverd into recovery.c
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 19 Nov 2008 10:08:22 +0000 (10:08 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 5 Jan 2009 07:39:07 +0000 (07:39 +0000)
commit9ac1b4d9b6f885ccd7d8f56bceb609003a920ff7
tree3208c627ca63e4167b2ce1d4bf4849b478d7a0e4
parent813e0c46c9e2a0c6f0b6e774faac82afd7a2e812
GFS2: Move gfs2_recoverd into recovery.c

By moving gfs2_recoverd, we can make an additional function static
and it also leaves only (the already scheduled for removal) gfs2_glockd
in daemon.c.

At the same time the declaration of gfs2_quotad is moved to quota.h
to reflect the new location of gfs2_quotad in a previous patch. Also
the recovery.h and quota.h headers are cleaned up.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/daemon.c
fs/gfs2/daemon.h
fs/gfs2/ops_fstype.c
fs/gfs2/quota.h
fs/gfs2/recovery.c
fs/gfs2/recovery.h