projects
/
oweals
/
ubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c907116
)
block: remove duplicate block device wildcard
author
John Crispin
<blogic@openwrt.org>
Wed, 15 Jan 2014 22:23:04 +0000
(22:23 +0000)
committer
John Crispin
<blogic@openwrt.org>
Wed, 15 Jan 2014 22:23:04 +0000
(22:23 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
block.c
patch
|
blob
|
history
diff --git
a/block.c
b/block.c
index 74e4d96c3fb900ff0b1c292bf362fa198b46a809..7a55461a0da006ababa8a2c20ddaf6e68bfab388 100644
(file)
--- a/
block.c
+++ b/
block.c
@@
-466,7
+466,6
@@
static void cache_load(int mtd)
_cache_load("/dev/mtdblock*");
_cache_load("/dev/mmcblk*");
_cache_load("/dev/sd*");
- _cache_load("/dev/sdc*");
_cache_load("/dev/hd*");
_cache_load("/dev/md*");
_cache_load("/dev/mapper/*");