[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191018163222.GA32033@infradead.org>
Date: Fri, 18 Oct 2019 09:32:22 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Philippe Liard <pliard@...gle.com>
Cc: phillip@...ashfs.org.uk, linux-kernel@...r.kernel.org,
groeck@...omium.org
Subject: Re: [PATCH] squashfs: Migrate from ll_rw_block usage to BIO
I don't see why you still need buffer_heads at all. Basically
if you replace each of your allocated buffer heads with a
simple page allocation the code will be much simpler (this version
adds more than 100 lines of code!) and probaby still a bit faster
as you don't need the squashfs_bio_request allocation either.
Powered by blists - more mailing lists