[GFS2] Move logging code into log.c (mostly)
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 3 Oct 2006 15:10:41 +0000 (11:10 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 3 Oct 2006 15:10:41 +0000 (11:10 -0400)
commitddacfaf76dd620af9b73343a975749778321b51c
tree1199c2a78b5e2cdd6efc6965dd4cd8caa00ec482
parentf92a0b6ff43e8e07bbd5b1d2dd1cff130014f3c7
[GFS2] Move logging code into log.c (mostly)

This moves the logging code from meta_io.c into log.c and glops.c. As a
result the routines can now be static and all the logging code is together
in log.c, leaving meta_io.c with just metadata i/o code in it.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/glops.c
fs/gfs2/log.c
fs/gfs2/meta_io.c
fs/gfs2/meta_io.h