GFS2: Log code fixes
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 19 Apr 2012 09:38:50 +0000 (10:38 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 24 Apr 2012 15:44:38 +0000 (16:44 +0100)
commit144a4c2ff75552e2aabb9256ca0ec5e277097153
treeaa27e93cc135ba15eb3fe17e732ed74b1a7b8886
parent4306629e1c0fd098d52f499e5a60aaa03e30df0d
GFS2: Log code fixes

This patch removes a log lock from around atomic operation where
it is not needed, removes an unused variable, and also changes
a void pointer used incorrectly to a struct page pointer.

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