On 8/15/05, Arjan van de Ven <[email protected]> wrote: > > copy_from_user_nocache() is fine. > > > > But I don't know where I can use it. (I'm not so > > familiar with the linux kernel file system yet.) > > I suspect the few cases where it will make the most difference will be > in the VFS for the write() system call, and the AIO variants thereof. > > generic_file_buffered_write() will be a good candidate to try first... Thanks. filemap_copy_from_user() calls __copy_from_user_inatomic() calls __copy_from_user_ll(). I'll look at the code. Hiro -- Hiro Yoshioka mailto:hyoshiok at miraclelinux.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [RFC] [PATCH] cache pollution aware __copy_from_user_ll()
- From: Hiro Yoshioka <[email protected]>
- Re: [RFC] [PATCH] cache pollution aware __copy_from_user_ll()
- References:
- [RFC] [PATCH] cache pollution aware __copy_from_user_ll()
- From: Hiro Yoshioka <[email protected]>
- Re: [RFC] [PATCH] cache pollution aware __copy_from_user_ll()
- From: Arjan van de Ven <[email protected]>
- Re: [RFC] [PATCH] cache pollution aware __copy_from_user_ll()
- From: Hiro Yoshioka <[email protected]>
- Re: [RFC] [PATCH] cache pollution aware __copy_from_user_ll()
- From: Arjan van de Ven <[email protected]>
- Re: [RFC] [PATCH] cache pollution aware __copy_from_user_ll()
- From: Hiro Yoshioka <[email protected]>
- Re: [RFC] [PATCH] cache pollution aware __copy_from_user_ll()
- From: Arjan van de Ven <[email protected]>
- Re: [RFC] [PATCH] cache pollution aware __copy_from_user_ll()
- From: Hiro Yoshioka <[email protected]>
- Re: [RFC] [PATCH] cache pollution aware __copy_from_user_ll()
- From: Arjan van de Ven <[email protected]>
- [RFC] [PATCH] cache pollution aware __copy_from_user_ll()
- Prev by Date: [PATCH 3/4] UML - Fix the x86_64 build
- Next by Date: Re: [PATCH 0/6] i386 virtualization patches, Set 3
- Previous by thread: Re: [RFC] [PATCH] cache pollution aware __copy_from_user_ll()
- Next by thread: Re: [RFC] [PATCH] cache pollution aware __copy_from_user_ll()
- Index(es):