From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: [PATCH/RFC] Delete JFFS (version 1) Date: Tue, 12 Dec 2006 07:39:26 -0500 Message-ID: <457EA2FE.3050206@garzik.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------020204040401010400040001" Cc: Andrew Morton , jffs-dev@axis.com, David Woodhouse Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:55066 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751266AbWLLMj3 (ORCPT ); Tue, 12 Dec 2006 07:39:29 -0500 To: Linux Kernel , linux-fsdevel@vger.kernel.org Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org This is a multi-part message in MIME format. --------------020204040401010400040001 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I have created the 'kill-jffs' branch of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6.git that removes fs/jffs. I argue that you can count the users (who aren't on 2.4) on one hand, and developers don't seem to have cared for it in ages. People are already talking about jffs2 replacements, so I propose we zap jffs in 2.6.21. Jeff --------------020204040401010400040001 Content-Type: text/plain; name="patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch" diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 46f2a55..c008303 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -270,3 +270,10 @@ Why: The new layer 3 independant connection tracking replaces the old Who: Patrick McHardy --------------------------- + +What: JFFS (version 1) filesystem +When: 2.6.21 +Why: No users or developers +Who: Jeff Garzik + +--------------------------- --------------020204040401010400040001--