commit | 22e6c1b39c648850438decd491f62d311800c7db | [log] [tgz] |
---|---|---|
author | Maneesh Soni <maneesh@in.ibm.com> | Sun Mar 26 01:37:29 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Mar 26 08:56:57 2006 -0800 |
tree | 23ec4760c7f85bbcad5ae029e5a3d65f93896ed2 | |
parent | 3158e9411a66fb98d495ac441c242264f31aaf3e [diff] |
[PATCH] Use loff_t for size in struct proc_dir_entry Change proc_dir_entry->size to be loff_t to represent files like /proc/vmcore for 32bit systems with more than 4G memory. Needed for seeing correct size for /proc/vmcore for 32-bit systems with > 4G RAM. Signed-off-by: Maneesh Soni <maneesh@in.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>