Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89572
b: refs/heads/master
c: b92eccd
h: refs/heads/master
v: v3
  • Loading branch information
Joel Becker authored and Mark Fasheh committed Apr 18, 2008
1 parent 500c9e9 commit 111e1fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f318311faf57481452895448e6ffaec7c38a146
refs/heads/master: b92eccdd28e1e3870a5b2aa625282c9ae8e35cec
7 changes: 6 additions & 1 deletion trunk/fs/ocfs2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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/

0 comments on commit 111e1fe

Please sign in to comment.