Re: AZFS file system proposal

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Maxim Shchetynin <maxim@...>
Cc: <linux-fsdevel@...>, <linux-kernel@...>, <linuxppc-dev@...>, Benjamin Herrenschmidt <benh@...>, Paul Mackerras <paulus@...>, Segher Boessenkool <segher@...>, Gunnar von Boehn <VONBOEHN@...>, Mark Nelson <markn@...>
Date: Tuesday, July 8, 2008 - 10:42 am

On Monday 07 July 2008, Maxim Shchetynin wrote:

Cc:'ing some more people that might have more of a clue on this question.
_memcpy_fromio does a "sync" at the start and an "eieio" at the end.
IFAICT, neither are needed here because the source is always memory.

It also handles unaligned memory accesses, which copy_to_user should
also do correctly, so it *looks* like it should work with just a
copy_to_user, but it still feels wrong to use an __iomem pointer
as the source for a copy_to_user.

Any ideas?

	Arnd <><
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: AZFS file system proposal, Maxim Shchetynin, (Wed Jun 18, 10:06 am)
Re: AZFS file system proposal, Arnd Bergmann, (Tue Jul 1, 10:59 am)
Re: AZFS file system proposal, Benjamin Herrenschmidt, (Wed Jul 9, 4:58 am)
Re: AZFS file system proposal, Maxim Shchetynin, (Wed Jul 9, 5:14 am)
Re: AZFS file system proposal, Benjamin Herrenschmidt, (Wed Jul 9, 5:23 am)
Re: AZFS file system proposal, Maxim Shchetynin, (Wed Jul 9, 6:58 am)
azfs: initial submit of azfs, a non-buffered filesystem, Maxim Shchetynin, (Mon Jul 7, 11:42 am)
Re: azfs: initial submit of azfs, a non-buffered filesystem, Maxim Shchetynin, (Tue Jul 8, 5:10 am)
Re: AZFS file system proposal, Maxim Shchetynin, (Mon Jul 7, 11:39 am)
Re: AZFS file system proposal, Arnd Bergmann, (Tue Jul 8, 10:42 am)
Re: AZFS file system proposal, Benjamin Herrenschmidt, (Wed Jul 9, 2:48 am)