commit | fd041f0b4045db8646b36d393cbb274db60649f5 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Nov 08 14:55:03 2007 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Jan 25 08:07:54 2008 +0000 |
tree | dd09e7317eb471d45c685e3269bd3c20dc686f3e | |
parent | 2bcd610d2fdea608a8fdac32788fc35a32a2327c [diff] |
[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>