From: Steven Whitehouse Date: Mon, 20 Nov 2006 15:37:45 +0000 (-0500) Subject: [GFS2] Simplify glops functions X-Git-Tag: v2.6.20-rc1~145^2^2~5^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a14d3a68f04527546121eb7b45187ff6af63151;p=pandora-kernel.git [GFS2] Simplify glops functions The go_sync callback took two flags, but one of them was set on every call, so this patch removes once of the flags and makes the previously conditional operations (on this flag), unconditional. The go_inval callback took three flags, each of which was set on every call to it. This patch removes the flags and makes the operations unconditional, which makes the logic rather more obvious. Two now unused flags are also removed from incore.h. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed