summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-06-26 15:10:48 +1000
committerNeil Brown <neilb@suse.de>2006-06-26 15:10:48 +1000
commit45e878bba6b490bf204db824be71f070689c8737 (patch)
tree195397cfc3d4529edb80412cc7b1d506a8d3f529 /ChangeLog
parent08110d41bc376e0a5724ab54b72a8793d03a79c0 (diff)
downloadmdadm-45e878bba6b490bf204db824be71f070689c8737.tar.gz
mdadm-45e878bba6b490bf204db824be71f070689c8737.tar.xz
mdadm-45e878bba6b490bf204db824be71f070689c8737.zip
Improve ftw handling.
If not 'ftw' is available, still allow openning of devices by dev number. More recent version of uclibc support nftw, so add support to check for that.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75e53bb..3ff36ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@ Changes Prior to this release
information in superblocks.
- Don't claim newly added spares are InSync!! (don't know why that
code was ever in there)
+ - Work better when no 'ftw' is available, and check to see
+ if current uclibc provides ftw.
Changes Prior to 2.5.1 release
- Various fixes for gcc warnings