From bd04b6627eabc7f7621f21d63f6c6873a47db2ce Mon Sep 17 00:00:00 2001 From: kalpak <kalpak> Date: Fri, 31 Aug 2007 08:49:18 +0000 Subject: [PATCH] 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. --- ldiskfs/ldiskfs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldiskfs/ldiskfs/Makefile.in b/ldiskfs/ldiskfs/Makefile.in index 42f5dd784d..d70d42b3df 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) -- GitLab