diff options
author | Joel Becker <joel.becker@oracle.com> | 2008-02-01 18:02:36 -0500 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2008-04-18 11:56:05 -0400 |
commit | e3dad42bf993a0f24eb6e46152356c9b119c15e8 (patch) | |
tree | df0419dc5e4387db7e6a6e0118bb5b9d01d8c0b2 /fs/ocfs2/Makefile | |
parent | 553aa7e408eac402c00b67ddfa7aec13fe1f3a33 (diff) |
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 <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'fs/ocfs2/Makefile')
-rw-r--r-- | fs/ocfs2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/Makefile b/fs/ocfs2/Makefile index 3ba64af26951..8e86195fedbf 100644 --- a/fs/ocfs2/Makefile +++ b/fs/ocfs2/Makefile | |||
@@ -25,6 +25,7 @@ ocfs2-objs := \ | |||
25 | resize.o \ | 25 | resize.o \ |
26 | slot_map.o \ | 26 | slot_map.o \ |
27 | stackglue.o \ | 27 | stackglue.o \ |
28 | stack_o2cb.o \ | ||
28 | suballoc.o \ | 29 | suballoc.o \ |
29 | super.o \ | 30 | super.o \ |
30 | symlink.o \ | 31 | symlink.o \ |