mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-09 01:18:39 +03:00
o Patches to go with earlier check in
This commit is contained in:
parent
38397f99aa
commit
4f9a6168c1
10
driver/device-mapper/patches/00_ksyms
Normal file
10
driver/device-mapper/patches/00_ksyms
Normal file
@ -0,0 +1,10 @@
|
||||
--- linux-2.4.12/kernel/ksyms.c Wed Oct 17 13:08:17 2001
|
||||
+++ linux/kernel/ksyms.c Mon Oct 15 15:26:47 2001
|
||||
@@ -519,6 +519,7 @@
|
||||
|
||||
/* binfmt_aout */
|
||||
EXPORT_SYMBOL(get_write_access);
|
||||
+EXPORT_SYMBOL(deny_write_access);
|
||||
|
||||
/* time */
|
||||
EXPORT_SYMBOL(get_fast_time);
|
@ -1,15 +1,19 @@
|
||||
--- linux-2.4.9-ac5/drivers/md/Makefile Sat Sep 1 16:24:46 2001
|
||||
+++ linux/drivers/md/Makefile Fri Sep 14 09:12:39 2001
|
||||
@@ -7,6 +7,7 @@
|
||||
export-objs := md.o xor.o
|
||||
--- linux-2.4.12/drivers/md/Makefile Wed Oct 17 13:07:45 2001
|
||||
+++ linux/drivers/md/Makefile Fri Oct 12 17:16:39 2001
|
||||
@@ -4,9 +4,10 @@
|
||||
|
||||
O_TARGET := mddev.o
|
||||
|
||||
-export-objs := md.o xor.o
|
||||
+export-objs := md.o xor.o dm-table.o dm-target.o
|
||||
list-multi := lvm-mod.o
|
||||
lvm-mod-objs := lvm.o lvm-snap.o lvm-fs.o
|
||||
+dm-mod-objs := dm.o dm-table.o dm-target.o dm-fs.o dm-parse.o dm-blkdev.o
|
||||
lvm-mod-objs := lvm.o lvm-snap.o
|
||||
+dm-mod-objs := dm.o dm-table.o dm-target.o dmfs-super.o dmfs-root.o dmfs-lv.o dmfs-tdir.o dmfs-table.o dmfs-error.o dmfs-status.o
|
||||
|
||||
# Note: link order is important. All raid personalities
|
||||
# and xor.o must come before md.o, as they each initialise
|
||||
@@ -19,8 +20,14 @@
|
||||
obj-$(CONFIG_MD_RAID5) += raid5.o xor.o
|
||||
@@ -20,8 +21,14 @@
|
||||
obj-$(CONFIG_MD_MULTIPATH) += multipath.o
|
||||
obj-$(CONFIG_BLK_DEV_MD) += md.o
|
||||
obj-$(CONFIG_BLK_DEV_LVM) += lvm-mod.o
|
||||
+obj-$(CONFIG_BLK_DEV_DM) += dm-mod.o
|
||||
|
Loading…
Reference in New Issue
Block a user