[PATCH] read_mapping_page for address space
authorPekka Enberg <penberg@cs.helsinki.fi>
Fri, 23 Jun 2006 09:05:08 +0000 (02:05 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 23 Jun 2006 14:43:02 +0000 (07:43 -0700)
commit090d2b185d8680fc26a2eaf4245d4171dcf4baf1
tree67e604e3cd1bad3cfd034bced19a0fbff6a80c30
parentc330dda908b5a46469a997eea90b66f2f9f02b34
[PATCH] read_mapping_page for address space

Add read_mapping_page() which is used for callers that pass
mapping->a_ops->readpage as the filler for read_cache_page.  This removes
some duplication from filesystem code.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
22 files changed:
fs/afs/dir.c
fs/afs/mntpt.c
fs/cramfs/inode.c
fs/ext2/dir.c
fs/freevxfs/vxfs_subr.c
fs/hfs/bnode.c
fs/hfs/btree.c
fs/hfsplus/bitmap.c
fs/hfsplus/bnode.c
fs/hfsplus/btree.c
fs/jfs/jfs_metapage.c
fs/minix/dir.c
fs/namei.c
fs/ntfs/aops.h
fs/ntfs/attrib.c
fs/ntfs/file.c
fs/ocfs2/symlink.c
fs/partitions/check.c
fs/reiserfs/xattr.c
fs/sysv/dir.c
include/linux/pagemap.h
mm/swapfile.c