From 111e1fec8e1caeb4976fe38dabdb5f06a64faef8 Mon Sep 17 00:00:00 2001 From: Joel Becker Date: Wed, 28 Nov 2007 14:53:30 -0800 Subject: [PATCH] --- yaml --- r: 89572 b: refs/heads/master c: b92eccdd28e1e3870a5b2aa625282c9ae8e35cec h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/Makefile | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ef9cb1f171b5..d07a92657029 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8f318311faf57481452895448e6ffaec7c38a146 +refs/heads/master: b92eccdd28e1e3870a5b2aa625282c9ae8e35cec diff --git a/trunk/fs/ocfs2/Makefile b/trunk/fs/ocfs2/Makefile index b734254329b2..b8d6d0225737 100644 --- a/trunk/fs/ocfs2/Makefile +++ b/trunk/fs/ocfs2/Makefile @@ -2,7 +2,11 @@ EXTRA_CFLAGS += -Ifs/ocfs2 EXTRA_CFLAGS += -DCATCH_BH_JBD_RACES -obj-$(CONFIG_OCFS2_FS) += ocfs2.o ocfs2_stackglue.o ocfs2_stack_o2cb.o +obj-$(CONFIG_OCFS2_FS) += \ + ocfs2.o \ + ocfs2_stackglue.o \ + ocfs2_stack_o2cb.o \ + ocfs2_stack_user.o ocfs2-objs := \ alloc.o \ @@ -33,6 +37,7 @@ ocfs2-objs := \ ocfs2_stackglue-objs := stackglue.o ocfs2_stack_o2cb-objs := stack_o2cb.o +ocfs2_stack_user-objs := stack_user.o obj-$(CONFIG_OCFS2_FS) += cluster/ obj-$(CONFIG_OCFS2_FS) += dlm/