commit | 1fea7c25a05d388c0cdbe02cbdaf3a2e70885581 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Sep 08 10:09:25 2010 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Sep 20 11:20:12 2010 +0100 |
tree | 4cb485254d7d3eb42b2dc0c3de140a21f586d511 | |
parent | 7b5e3d5fcf0d6fce66050bd0313a7dc2ae4abc62 [diff] |
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>