repo.or.cz
/
wandboard.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] mm: compound release fix
[wandboard.git]
/
fs
/
ocfs2
/
Makefile
blob
7d3be845a6142e429058c8cc290e4d6eb7a809c0
1
EXTRA_CFLAGS
+= -
Ifs
/
ocfs2
2
3
EXTRA_CFLAGS
+= -
DCATCH_BH_JBD_RACES
4
5
obj-
$(
CONFIG_OCFS2_FS
) +=
ocfs2.o
6
7
ocfs2-objs
:=
\
8
alloc.o \
9
aops.o \
10
buffer_head_io.o \
11
dcache.o \
12
dir
.o \
13
dlmglue.o \
14
export
.o \
15
extent_map.o \
16
file.o \
17
heartbeat.o \
18
inode.o \
19
journal.o \
20
localalloc.o \
21
mmap.o \
22
namei.o \
23
slot_map.o \
24
suballoc.o \
25
super.o \
26
symlink.o \
27
sysfile.o \
28
uptodate.o \
29
ver.o \
30
vote.o
31
32
obj-
$(
CONFIG_OCFS2_FS
) +=
cluster
/
33
obj-
$(
CONFIG_OCFS2_FS
) +=
dlm
/