commit | 840ca0ec70903ce8e0fba1596460876c796e4f60 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Tue Feb 12 15:28:21 2008 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Mar 31 10:41:01 2008 +0100 |
tree | fd9f86615fe0450cfb8d46bdd17fbea33fa1008f | |
parent | e23159d2a7b2df5bce5f0ee8d57d3292243abf66 [diff] |
[GFS2] Fix bug where we called drop_bh incorrectly As a result of an earlier patch, drop_bh was being called in cases when it shouldn't have been. Since we never have a gh in the drop case and we always have a gh in the promote case, we can use that extra information to tell which case has been seen. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Cc: Bob Peterson <rpeterso@redhat.com>