]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] change buffer_head.b_size to size_t
authorBadari Pulavarty <pbadari@us.ibm.com>
Sun, 26 Mar 2006 09:38:00 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:57:01 +0000 (08:57 -0800)
commit782a66cf75457669c9e354e47b67a21f8cfc10f0
tree61f32bb0582dde9fd62ee3d03ac3324b949b29e6
parentbe10ccb2e4f8c806a1c720e42ada4b0d56cb2bd6
[PATCH] change buffer_head.b_size to size_t

Increase the size of the buffer_head b_size field (only) for 64 bit platforms.
Update some old and moldy comments in and around the structure as well.

The b_size increase allows us to perform larger mappings and allocations for
large I/O requests from userspace, which tie in with other changes allowing
the get_block_t() interface to map multiple blocks at once.

Signed-off-by: Nathan Scott <nathans@sgi.com>
Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/buffer.c
fs/ocfs2/journal.c
fs/reiserfs/prints.c
include/linux/buffer_head.h