[GFS2] Reduce number of gfs2_scand processes to one
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 1 Aug 2007 12:57:10 +0000 (13:57 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 10 Oct 2007 07:55:08 +0000 (08:55 +0100)
commit8fbbfd214c853102b614f4705c1904ed14f5a808
treeb33cb7ee7392d64f99124588ef6af7c0d0bc7e9d
parentca5a939b33166a9f5a2556e6c4ec031524852ba2
[GFS2] Reduce number of gfs2_scand processes to one

We only need a single gfs2_scand process rather than the one
per filesystem which we had previously. As a result the parameter
determining the frequency of gfs2_scand runs becomes a module
parameter rather than a mount parameter as it was before.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/daemon.c
fs/gfs2/daemon.h
fs/gfs2/glock.c
fs/gfs2/glock.h
fs/gfs2/incore.h
fs/gfs2/main.c
fs/gfs2/ops_fstype.c
fs/gfs2/ops_super.c
fs/gfs2/super.c
fs/gfs2/sys.c