Skip to content
Snippets Groups Projects
Commit 98425078 authored by Wang Di's avatar Wang Di
Browse files

Branch: b_hd_ctxt

update from b1_6
parent 5aae9651
No related branches found
No related tags found
No related merge requests found
...@@ -11,5 +11,8 @@ ext3-ialloc-2.6.patch ...@@ -11,5 +11,8 @@ ext3-ialloc-2.6.patch
ext3-remove-cond_resched-calls-2.6.12.patch ext3-remove-cond_resched-calls-2.6.12.patch
ext3-htree-dot-2.6.patch ext3-htree-dot-2.6.patch
ext3-external-journal-2.6.12.patch ext3-external-journal-2.6.12.patch
ext3-lookup-dotdot-2.6.9.patch ext3-check-jbd-errors-2.6.12.patch
ext3-sector_t-overflow-2.6.12.patch ext3-check-jbd-errors-2.6.9.patch
ext3-uninit-2.6.9.patch
ext3-nanosecond-2.6-rhel4.patch
...@@ -10,7 +10,7 @@ linux_headers := $(wildcard @LINUX@/include/linux/ext3*.h) ...@@ -10,7 +10,7 @@ linux_headers := $(wildcard @LINUX@/include/linux/ext3*.h)
ext3_sources := $(filter-out %.mod.c,$(wildcard @LINUX@/fs/ext3/*.c)) 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
new_headers := ext3_extents.h new_headers := ext3_extents.h
ldiskfs_patched_sources := $(notdir $(ext3_sources) $(ext3_headers)) $(new_sources) $(new_headers) ldiskfs_patched_sources := $(notdir $(ext3_sources) $(ext3_headers)) $(new_sources) $(new_headers)
ldiskfs_sources := $(ldiskfs_patched_sources) ldiskfs_sources := $(ldiskfs_patched_sources)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment