From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755005AbbGPJxS (ORCPT ); Thu, 16 Jul 2015 05:53:18 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54083 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753905AbbGPJxP (ORCPT ); Thu, 16 Jul 2015 05:53:15 -0400 From: Jan Kara To: linux-ext4@vger.kernel.org Cc: linux-fsdevel@vger.kernel.org, LKML , Andrew Morton , Andreas Dilger , Jens Axboe , Ted Tso , Jan Kara Subject: [PATCH 0/4 v2] Remove ext3 filesystem driver Date: Thu, 16 Jul 2015 11:53:02 +0200 Message-Id: <1437040386-31148-1-git-send-email-jack@suse.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, here is the second iteration of my patches to remove ext3 filesystem driver. Changes since the first version are: * Regenerated the patch removing ext3 (using git format-patch -D) so that it's not so huge * Added Kconfig option handling so that old configs with EXT3_FS set but not EXT4_FS set still result in a kernel supporting ext3 filesystem * Created a patch updating ext4 Kconfig entry to assure users their old ext3 filesystems stay on-disk format compatible * Added acks If there won't be further objections, I will queue the series in my tree for the next merge window. Honza