Re: [PATCH] Correct decoding of readahead on powerpc32

2009-11-03 Thread Dmitry V. Levin
On Tue, Nov 03, 2009 at 03:43:54PM +0100, Andreas Schwab wrote: > "Dmitry V. Levin" writes: > > On Tue, Nov 03, 2009 at 01:56:46PM +0100, Andreas Schwab wrote: > >> * linux/powerpc/syscallent.h (sys_readahead): Account for 64bit > >> alignment on powerpc32. > >> * file.c (sys_readahead): Align 64b

Re: [PATCH] Correct decoding of readahead on powerpc32

2009-11-03 Thread Andreas Schwab
"Dmitry V. Levin" writes: > On Tue, Nov 03, 2009 at 01:56:46PM +0100, Andreas Schwab wrote: >> * linux/powerpc/syscallent.h (sys_readahead): Account for 64bit >> alignment on powerpc32. >> * file.c (sys_readahead): Align 64bit arg. > > Looks OK. By the way, do sys_fadvise64() and sys_fadvise64_6

Re: [PATCH] Correct decoding of readahead on powerpc32

2009-11-03 Thread Dmitry V. Levin
On Tue, Nov 03, 2009 at 01:56:46PM +0100, Andreas Schwab wrote: > * linux/powerpc/syscallent.h (sys_readahead): Account for 64bit > alignment on powerpc32. > * file.c (sys_readahead): Align 64bit arg. Looks OK. By the way, do sys_fadvise64() and sys_fadvise64_64() need the same fix? -- ldv p