aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2005-11-15 03:09:11 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-15 11:59:19 -0500
commite8a0033451f7972169b2f375be34d9d805ad8687 (patch)
tree5b6f56750e4b829b75e0cecbf36d85bf0ec29432 /Documentation
parent1887b93529410633b5529a7c2d304897dbed5b3e (diff)
[PATCH] md: mark START_ARRAY deprecated with a date
This was marked deprecated "after 2.6" back in the 2.5 days. But now it seems there isn't going to be any "after 2.6", and we deprecate by date now. So set a date. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 429db4bf98ec..24fe8edad304 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -140,3 +140,12 @@ What: EXPORT_SYMBOL(lookup_hash)
140When: January 2006 140When: January 2006
141Why: Too low-level interface. Use lookup_one_len or lookup_create instead. 141Why: Too low-level interface. Use lookup_one_len or lookup_create instead.
142Who: Christoph Hellwig <hch@lst.de> 142Who: Christoph Hellwig <hch@lst.de>
143
144---------------------------
145
146What: START_ARRAY ioctl for md
147When: July 2006
148Files: drivers/md/md.c
149Why: Not reliable by design - can fail when most needed.
150 Alternatives exist
151Who: NeilBrown <neilb@suse.de>