From: Duane Griffin Date: Fri, 25 Jul 2008 08:46:20 +0000 (-0700) Subject: jbd: eliminate duplicated code in revocation table init/destroy functions X-Git-Tag: v2.6.27-rc1~437 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4d79ca2fa211cffc07306eeed7013448e77d7ec;p=pandora-kernel.git jbd: 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 Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed