From: Steven Whitehouse Date: Mon, 8 Jan 2007 14:31:40 +0000 (+0000) Subject: [GFS2] Fix ordering of page disposal vs. glock_dq X-Git-Tag: v2.6.21-rc1~92^2~35^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49686f71060e342bce6644a5c69fbc6ad0e75a13;p=pandora-kernel.git [GFS2] Fix ordering of page disposal vs. glock_dq In case of unlinked files with dirty pages GFS2 wasn't clearing the pages in quite the right order. This patch clears the pages earlier (before the qlock_dq) to avoid the situation that the release of the glock results in attempting to write back data that has already been deallocated. This fixes Red Hat bugzilla: #220117 Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed