[GFS2] Fix ordering of args for list_add
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 2 Jun 2008 08:08:47 +0000 (09:08 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 27 Jun 2008 08:39:34 +0000 (09:39 +0100)
commit80274737220f8c5ea75696dde4c5c7feba39456f
tree474bd28108d0340ce09f3345958d88eace374240
parent2d81afb87972013b43b055b4711dc75fdeeb9ba8
[GFS2] Fix ordering of args for list_add

The patch to remove lock_nolock managed to get the arguments
of this list_add backwards. This fixes it.

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