[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49D46E72.7030301@kernel.org>
Date: Thu, 02 Apr 2009 16:51:14 +0900
From: Tejun Heo <tj@...nel.org>
To: Boaz Harrosh <bharrosh@...asas.com>
CC: axboe@...nel.dk, linux-kernel@...r.kernel.org,
fujita.tomonori@....ntt.co.jp
Subject: Re: [PATCH 08/17] bio: reimplement bio_copy_user_iov()
Boaz Harrosh wrote:
> On 04/02/2009 04:38 AM, Tejun Heo wrote:
>> Hello, Boaz.
>>
>> Boaz Harrosh wrote:
>>> Please consider that this code-path is used by me, in exofs and
>>> pNFS-objcets in a very very hot path, where memory pressure is a
>>> common scenario.
>> One quick question. Don't the above paths map kernel pages to a
>> request?
>>
>
> Well vfs-page-cache pages. Any ideas?
In that case it would go through blk_rq_map_kern_sg(), so unless you
wanna change the blk_rq_map_kern_sg() interface such that it uses
bvec, the sgl overhead doesn't matter anyway. Of course, if it has
been buidling bios directly, that is a different story.
Thanks.
--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists