From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752764Ab2GWACN (ORCPT ); Sun, 22 Jul 2012 20:02:13 -0400 Received: from li9-11.members.linode.com ([67.18.176.11]:40576 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752536Ab2GWACK (ORCPT ); Sun, 22 Jul 2012 20:02:10 -0400 Date: Sun, 22 Jul 2012 20:02:02 -0400 From: "Theodore Ts'o" To: Artem Bityutskiy Cc: Jan Kara , Linux FS Maling List , Linux Kernel Maling List , Ext4 Mailing List Subject: Re: [PATCHv7 0/5] ext4: stop using write_supers and s_dirt Message-ID: <20120723000202.GD9958@thunk.org> Mail-Followup-To: Theodore Ts'o , Artem Bityutskiy , Jan Kara , Linux FS Maling List , Linux Kernel Maling List , Ext4 Mailing List References: <1342014404-14834-1-git-send-email-dedekind1@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1342014404-14834-1-git-send-email-dedekind1@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 11, 2012 at 04:46:39PM +0300, Artem Bityutskiy wrote: > This patch-set makes ext4 file-system stop using the VFS '->write_supers()' > call-back and the '->s_dirt' superblock field because I plan to remove them > once all users are gone. I've applied this patch series, thanks. - Ted