[GFS2] Don't periodically update the jindex
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 9 Nov 2007 10:07:21 +0000 (10:07 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 25 Jan 2008 08:07:59 +0000 (08:07 +0000)
We only care about the content of the jindex in two cases,
one is when we mount the fs and the other is when we need
to recover another journal. In both cases we have to update
the jindex anyway, so there is no point in updating it
periodically between times, so this removes it to simplify
gfs2_logd.

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

Simple merge
diff --cc fs/gfs2/log.c
Simple merge
diff --cc fs/gfs2/super.c
Simple merge
diff --cc fs/gfs2/sys.c
Simple merge