X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Focfs2%2FMakefile;h=f17e58b32989a53f4f0413065bbd5e07d7901d5d;hb=cd1acdf1723d71b28175f95b04305f1cc74ce363;hp=07d9fd85435028f2ca2e0ad1b298a490741b6c70;hpb=a9ad99a612763803b995ce551ca43b20beb1f888;p=~andy%2Flinux diff --git a/fs/ocfs2/Makefile b/fs/ocfs2/Makefile index 07d9fd85435..f17e58b3298 100644 --- a/fs/ocfs2/Makefile +++ b/fs/ocfs2/Makefile @@ -1,6 +1,6 @@ -EXTRA_CFLAGS += -Ifs/ocfs2 +ccflags-y := -Ifs/ocfs2 -EXTRA_CFLAGS += -DCATCH_BH_JBD_RACES +ccflags-y += -DCATCH_BH_JBD_RACES obj-$(CONFIG_OCFS2_FS) += \ ocfs2.o \ @@ -30,6 +30,7 @@ ocfs2-objs := \ namei.o \ refcounttree.o \ reservations.o \ + move_extents.o \ resize.o \ slot_map.o \ suballoc.o \