[GFS2] Fix to list_del in lops.c
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 22 Aug 2006 15:03:57 +0000 (11:03 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 22 Aug 2006 15:03:57 +0000 (11:03 -0400)
commit08867605e1d5f575685aa2b5bf575aba3d996758
tree04e7903b18d11f5e0240d302c55322c36d561324
parenta345da3e8f28ff69e1b14df78f7ddc6e7b78b726
[GFS2] Fix to list_del in lops.c

A list_del should have been a list_del_init in lops.c which was
resulting in incorrect status returns from list_empty().

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