]> www.infradead.org Git - mtd-utils.git/commitdiff
Add feature removal schedule file
authorJosh Boyer <jwboyer@gmail.com>
Sat, 10 Feb 2007 02:27:20 +0000 (20:27 -0600)
committerJosh Boyer <jwboyer@gmail.com>
Sat, 10 Feb 2007 02:27:20 +0000 (20:27 -0600)
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
feature-removal-schedule.txt [new file with mode: 0644]

diff --git a/feature-removal-schedule.txt b/feature-removal-schedule.txt
new file mode 100644 (file)
index 0000000..8667424
--- /dev/null
@@ -0,0 +1,14 @@
+The following is a list of files and features that are going to be
+removed in the mtd-utils source tree.  Every entry should contain what
+exactly is going away, why it is happening, and who is going to be doing
+the work.  When the feature is removed from the utils, it should also
+be removed from this file.
+
+---------------------------
+
+What:   mkfs.jffs.c
+When:   Shortly after kernel 2.6.21 is released
+Why:    Support for the JFFS filesystem is being removed from the kernel
+Who:    Josh Boyer <jwboyer@gmail.com>
+
+---------------------------