From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH v2 2/2] relatime: Allow making relatime the default behaviour Date: Sat, 29 Nov 2008 22:41:19 +0100 Message-ID: <20081129214119.GA518@elte.hu> References: <20081127150126.GA20941@srcf.ucam.org> <20081127150341.GB20941@srcf.ucam.org> <20081127170345.GA14991@infradead.org> <20081129002419.abfd2504.akpm@linux-foundation.org> <20081129130308.GX25548@parisc-linux.org> <20081129135742.GC11959@logfs.org> <20081129185645.GA20194@shareable.org> <20081129190245.GA21502@srcf.ucam.org> <20081129123220.67fd1e6a.akpm@linux-foundation.org> <20081129203856.GY25548@parisc-linux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , Matthew Garrett , Jamie Lokier , J?rn Engel , Christoph Hellwig , Randy Dunlap , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, mingo@redhat.com, val.henson@gmail.com To: Matthew Wilcox Return-path: Received: from mx3.mail.elte.hu ([157.181.1.138]:45614 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752691AbYK2VmA (ORCPT ); Sat, 29 Nov 2008 16:42:00 -0500 Content-Disposition: inline In-Reply-To: <20081129203856.GY25548@parisc-linux.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: * Matthew Wilcox wrote: > On Sat, Nov 29, 2008 at 12:32:20PM -0800, Andrew Morton wrote: > > The standard, usual, expected way of modifying a filesystem's behaviour > > is via mount options. This is also quite flexible. > > > > Is there some extraordinary reason why the standard interface is not to > > be used here? > > Because it would have to be managed (and consulted) per ... what? > vfsmount? superblock? This is featuritis gone MAD. > > I'll take my bikeshed in teal, stippled with cornsilk. agreed. Meanwhile, 10 years and counting, the Linux kernel still generates a stupid write IO for every file read that apps do. Fortunately hardware designers will get rid of rotating disks faster than we can fix our glaring process problems in this space - but it's still a bit sad. Ingo