From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756380AbYKEWVO (ORCPT ); Wed, 5 Nov 2008 17:21:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753625AbYKEWUw (ORCPT ); Wed, 5 Nov 2008 17:20:52 -0500 Received: from casper.infradead.org ([85.118.1.10]:49557 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751060AbYKEWUu (ORCPT ); Wed, 5 Nov 2008 17:20:50 -0500 Subject: Re: bdi: register sysfs bdi device only once per queue From: Peter Zijlstra To: David Woodhouse Cc: Andrew Morton , kay.sievers@vrfy.org, folkert@vanheusden.com, jacmet@sunsite.dk, linux-kernel@vger.kernel.org In-Reply-To: <1225923040.3882.0.camel@macbook.infradead.org> References: <1225727635.6009.9.camel@linux> <1225728530.7803.1630.camel@twins> <20081105121015.75f497d1.akpm@linux-foundation.org> <1225923040.3882.0.camel@macbook.infradead.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 05 Nov 2008 23:21:25 +0100 Message-Id: <1225923685.7803.3529.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2008-11-05 at 23:10 +0100, David Woodhouse wrote: > On Wed, 2008-11-05 at 12:10 -0800, Andrew Morton wrote: > > > > Devices which share the same queue, like floppies and mtd devices, > > > > get registered multiple times in the bdi interface, but bdi accounts > > > > only the last registered device of the devices sharing one queue. > > > > > > David, is there any reason the mtd devices do this? > > > > [tap tap - is this thing turned on?] > > No particular reason. It's been done that way since the dawn of time, > when it was perfectly normal. Nobody's yet bothered to change that, when > changing the rules. I don't think it ever made sense, or was intended that way, but yeah it didn't really matter in any substantial way. I can remember touching some mtd stuff back when I did the per-bdi-writeback stuff, but I can't seem to recall all the details. Might be time to stare at the mtd code a bit...