From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: Re: [PATCH] exofs: stop using s_dirt Date: Wed, 27 Jun 2012 18:49:33 +0300 Message-ID: <4FEB2B8D.7070909@panasas.com> References: <1338810507-26539-1-git-send-email-dedekind1@gmail.com> <1340281745.13910.211.camel@sauron.fi.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Al Viro , Linux FS Maling List , Linux Kernel Maling List , Benny Halevy , To: Return-path: In-Reply-To: <1340281745.13910.211.camel@sauron.fi.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On 06/21/2012 03:29 PM, Artem Bityutskiy wrote: > On Mon, 2012-06-04 at 14:48 +0300, Artem Bityutskiy wrote: >> From: Artem Bityutskiy >> >> Exofs has the '->write_super()' handler and makes some use of the '->s_dirt' >> superblock flag, but it really needs neither of them because it never sets >> 's_dirt' to one which means the VFS never calls its '->write_super()' handler. >> Thus, remove both. >> >> Note, I am trying to remove both 's_dirt' and 'write_super()' from VFS >> altogether once all users are gone. >> >> Signed-off-by: Artem Bityutskiy > > Al or Boaz, would you please consider picking this patch? > I will Sorry for the delay was sick and am only now coming back on. It should all be included for the next merge window. Thanks for doing this. Boaz