From: Duane Griffin Date: Thu, 17 Apr 2008 14:38:59 +0000 (-0400) Subject: jbd2: eliminate duplicated code in revocation table init/destroy functions X-Git-Tag: v2.6.26-rc1~345^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c49523c91fff10493f5b3c102063b02ab76907;p=pandora-kernel.git jbd2: eliminate duplicated code in revocation table init/destroy functions The revocation table initialisation/destruction code is repeated for each of the two revocation tables stored in the journal. Refactoring the duplicated code into functions is tidier, simplifies the logic in initialisation in particular, and slightly reduces the code size. There should not be any functional change. Signed-off-by: Duane Griffin Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed