[GFS2] Use atomic_t for journal free blocks counter
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 8 Nov 2007 14:55:03 +0000 (14:55 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 25 Jan 2008 08:07:54 +0000 (08:07 +0000)
commitfd041f0b4045db8646b36d393cbb274db60649f5
treedd09e7317eb471d45c685e3269bd3c20dc686f3e
parent2bcd610d2fdea608a8fdac32788fc35a32a2327c
[GFS2] Use atomic_t for journal free blocks counter

This patch changes the counter which keeps track of the free
blocks in the journal to an atomic_t in preparation for the
following patch which will update the log reservation code.

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