GFS2: Update handling of DLM return codes to match reality
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 8 Sep 2010 09:09:25 +0000 (10:09 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 20 Sep 2010 10:20:12 +0000 (11:20 +0100)
GFS2's idea of which return codes it needs to handle was based
upon those listed in dlm.h. Those didn't cover all the possible
codes and listed some which never happen. This updates GFS2 to
handle all the codes which can actually be returned from the
DLM under various circumstances.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found