From: Steven Whitehouse Date: Tue, 12 Feb 2008 15:28:21 +0000 (+0000) Subject: [GFS2] Fix bug where we called drop_bh incorrectly X-Git-Tag: v2.6.26-rc1~1144^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=840ca0ec70903ce8e0fba1596460876c796e4f60;p=pandora-kernel.git [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 Cc: Bob Peterson --- Reading git-diff-tree failed