]> git.karo-electronics.de Git - karo-tx-linux.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)
commit1fea7c25a05d388c0cdbe02cbdaf3a2e70885581
tree4cb485254d7d3eb42b2dc0c3de140a21f586d511
parent7b5e3d5fcf0d6fce66050bd0313a7dc2ae4abc62
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