summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.32
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-14 16:21:33 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-14 16:21:33 +0000
commitcbc1514dc5832165f9943e4658dbd28b7a2092e5 (patch)
tree8f17b082582561dd10e6f580b083b0ed205a71e6 /target/linux/generic-2.6/patches-2.6.32
parente861730fef124e281a02fdff38511bfbbb8fae99 (diff)
[kernel] export rescan_partitions to prevent linking failures in block2mtd (#6741)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20205 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.32')
-rw-r--r--target/linux/generic-2.6/patches-2.6.32/060-block2mtd_init.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.32/060-block2mtd_init.patch b/target/linux/generic-2.6/patches-2.6.32/060-block2mtd_init.patch
index 50df4aae0..3a47c85bb 100644
--- a/target/linux/generic-2.6/patches-2.6.32/060-block2mtd_init.patch
+++ b/target/linux/generic-2.6/patches-2.6.32/060-block2mtd_init.patch
@@ -108,3 +108,13 @@
static int __init block2mtd_init(void)
{
+--- a/fs/partitions/check.c
++++ b/fs/partitions/check.c
+@@ -625,6 +625,7 @@ try_scan:
+ kfree(state);
+ return 0;
+ }
++EXPORT_SYMBOL(rescan_partitions);
+
+ unsigned char *read_dev_sector(struct block_device *bdev, sector_t n, Sector *p)
+ {