From: Josh Boyer Date: Sat, 10 Feb 2007 02:27:20 +0000 (-0600) Subject: Add feature removal schedule file X-Git-Tag: v1.1.0~17 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=af5e6399f2dfb91c1e4326641e8a00179808c501;p=mtd-utils.git Add feature removal schedule file Signed-off-by: Josh Boyer --- diff --git a/feature-removal-schedule.txt b/feature-removal-schedule.txt new file mode 100644 index 0000000..8667424 --- /dev/null +++ b/feature-removal-schedule.txt @@ -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 + +---------------------------