]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite603fd0f84ece4684dbbba8cb2046843d4da9bf7
tree4cb485254d7d3eb42b2dc0c3de140a21f586d511
parent4521bd4ccb82d68217d03028ead444bc555ecbac
GFS2: Update handling of DLM return codes to match reality

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>
fs/gfs2/lock_dlm.c