From: Joel Becker Date: Fri, 1 Feb 2008 23:02:36 +0000 (-0800) Subject: ocfs2: Create ocfs2_stack_operations and split out the o2cb stack. X-Git-Tag: v2.6.26-rc1~1143^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3dad42bf993a0f24eb6e46152356c9b119c15e8;p=pandora-kernel.git ocfs2: Create ocfs2_stack_operations and split out the o2cb stack. Define the ocfs2_stack_operations structure. Build o2cb_stack_ops from all of the o2cb-specific stack functions. Change the generic stack glue functions to call the stack_ops instead of the o2cb functions directly. The o2cb functions are moved to stack_o2cb.c. The headers are cleaned up to where only needed headers are included. In this code, stackglue.c and stack_o2cb.c refer to some shared extern variables. When they become modules, that will change. Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed