"git@git.sphere.ly:matisse/android_kernel_samsung_matisse.git" did not exist on "e3dad42bf993a0f24eb6e46152356c9b119c15e8"
ocfs2: Create ocfs2_stack_operations and split out the o2cb stack.
Joel Becker authored

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: default avatarJoel Becker <joel.becker@oracle.com>
Signed-off-by: default avatarMark Fasheh <mfasheh@suse.com>
e3dad42b