Whamcloud - gitweb
LU-4708 ldiskfs: do not copy NUL terminator from direntry
[fs/lustre-release.git] / ldiskfs / Makefile.in
index af44d1d..bc3f058 100644 (file)
@@ -7,16 +7,15 @@ backfs_extra := $(wildcard @LINUX@/fs/ext4/Makefile)
 
 backfs_headers := $(wildcard @EXT4_SRC_DIR@/*.h)
 linux_headers := $(wildcard @LINUX@/include/linux/ext4*.h)
-linux_new_headers := dynlocks.h
-linux_new_headers += htree_lock.h
+linux_new_headers := htree_lock.h
 trace_headers := $(wildcard @LINUX@/include/trace/events/ext4*.h)
 
 backfs_sources := $(filter-out %.mod.c,$(wildcard @EXT4_SRC_DIR@/*.c))
 
-ext3_new_sources := extents.c mballoc.c group.h dynlocks.c fiemap.h
+ext3_new_sources := extents.c mballoc.c group.h fiemap.h
 ext3_new_headers := ext3_extents.h
 
-ext4_new_sources := dynlocks.c fiemap.h mmp.c
+ext4_new_sources := fiemap.h mmp.c
 ext4_new_sources += htree_lock.c
 ext4_new_headers :=