From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [patch][rfc] fs: move bdev code out of buffer.c Date: Wed, 25 Feb 2009 05:35:43 -0500 Message-ID: <49A51EFF.4020600@garzik.org> References: <20090225094419.GF22785@wotan.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, LKML , Jens Axboe To: Nick Piggin Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:56018 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757349AbZBYKfw (ORCPT ); Wed, 25 Feb 2009 05:35:52 -0500 In-Reply-To: <20090225094419.GF22785@wotan.suse.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Nick Piggin wrote: > Move some block device related code out from buffer.c and put it in > block_dev.c. I'm trying to move non-buffer_head code out of buffer.c > > Is this OK? > > --- > fs/block_dev.c | 146 ++++++++++++++++++++++++++++++++++++++++++++ > fs/buffer.c | 145 ------------------------------------------- > include/linux/buffer_head.h | 7 -- > include/linux/fs.h | 7 ++ > 4 files changed, 153 insertions(+), 152 deletions(-) If you are going to churn all this old code, maybe the blkdev stuff better belongs in block/ dir? Jeff