From: kalpak Date: Fri, 31 Aug 2007 08:49:18 +0000 (+0000) Subject: b=10555 X-Git-Tag: v1_7_0_51~818 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=bd04b6627eabc7f7621f21d63f6c6873a47db2ce;p=fs%2Flustre-release.git b=10555 i=adilger, girish Small change in ldiskfs/Makefile.in for new fiemap.h file. Also fiemap patch chanegs the definition of ext3_prepare_callback, so effect the change in fsfilt_ext3.c. --- diff --git a/ldiskfs/ldiskfs/Makefile.in b/ldiskfs/ldiskfs/Makefile.in index 42f5dd7..d70d42b 100644 --- a/ldiskfs/ldiskfs/Makefile.in +++ b/ldiskfs/ldiskfs/Makefile.in @@ -9,7 +9,7 @@ ext3_headers := $(wildcard @LINUX@/fs/ext3/*.h) linux_headers := $(wildcard @LINUX@/include/linux/ext3*.h) ext3_sources := $(filter-out %.mod.c,$(wildcard @LINUX@/fs/ext3/*.c)) -new_sources := iopen.c iopen.h extents.c mballoc.c group.h +new_sources := iopen.c iopen.h extents.c mballoc.c group.h fiemap.h new_headers := ext3_extents.h ldiskfs_patched_sources := $(notdir $(ext3_sources) $(ext3_headers)) $(new_sources) $(new_headers) ldiskfs_sources := $(ldiskfs_patched_sources)