1
0
Files
linux/fs
Vivek Goyal 9e9e3941d0 [PATCH] kdump: vmcore compilation warning fix
o fs/proc/vmcore.c compilation gives warnings on ppc64. The reason being
  that u64 is defined as unsigned long hence u64* is not same as loff_t*
  and compiler cribs.

o Changed the parameter type to u64* instead of loff_t* to resolve the
  conflict.

Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-11 18:42:11 -08:00
..
2005-11-08 16:54:53 +01:00
2005-10-04 13:22:01 -07:00
2006-01-11 01:38:27 +01:00
2006-01-10 08:01:56 -08:00
2005-11-07 07:54:06 -08:00
2006-01-06 08:33:59 -08:00
2006-01-06 14:58:56 -05:00
2005-11-07 07:54:06 -08:00
2006-01-11 02:06:20 +01:00
2006-01-08 20:13:48 -08:00
2006-01-11 02:08:57 +01:00
2006-01-10 08:01:25 -08:00
2006-01-08 20:12:40 -08:00
2005-10-30 17:37:32 -08:00
2005-11-07 07:54:06 -08:00
2006-01-08 20:13:56 -08:00
2005-11-07 18:18:11 -08:00
2005-09-09 13:57:55 -07:00