From: Mark Fasheh Date: Fri, 1 Feb 2008 19:59:09 +0000 (-0800) Subject: ocfs2: Move slot map access into slot_map.c X-Git-Tag: v2.6.26-rc1~1143^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e8a4603b5422c9145880e73b23bc4c2c4de0098;p=pandora-kernel.git ocfs2: Move slot map access into slot_map.c journal.c and dlmglue.c would refresh the slot map by hand. Instead, have the update and clear functions do the work inside slot_map.c. The eventual result is to make ocfs2_slot_info defined privately in slot_map.c Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed