[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Linux-cluster] Re: [PATCH 00/14] GFS
- From: Mike Christie <mchristi redhat com>
- To: linux clustering <linux-cluster redhat com>
- Cc: akpm osdl org, linux-kernel vger kernel org, Arjan van de Ven <arjan infradead org>
- Subject: Re: [Linux-cluster] Re: [PATCH 00/14] GFS
- Date: Fri, 05 Aug 2005 02:27:08 -0500
David Teigland wrote:
> On Tue, Aug 02, 2005 at 09:45:24AM +0200, Arjan van de Ven wrote:
>
>>* Why are you using bufferheads extensively in a new filesystem?
>
>
> bh's are used for metadata, the log, and journaled data which need to be
> written at the block granularity, not page.
>
In a scsi tree
http://kernel.org/git/?p=linux/kernel/git/jejb/scsi-block-2.6.git;a=summary
there is a function, bio_map_kern(), in fs.c that maps a buffer into a
bio. It does not have to be page granularity. Can something like that be
used in these places?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]