ocfs2: Simplify ocfs2_read_block()
More than 30 callers of ocfs2_read_block() pass exactly OCFS2_BH_CACHED. Only six pass a different flag set. Rather than have every caller care, let's make ocfs2_read_block() take no flags and always do a cached read. The remaining six places can call ocfs2_read_blocks() directly. Signed-off-by:Joel Becker <joel.becker@oracle.com> Signed-off-by:
Mark Fasheh <mfasheh@suse.com>
Showing
- fs/ocfs2/alloc.c 10 additions, 15 deletionsfs/ocfs2/alloc.c
- fs/ocfs2/aops.c 2 additions, 4 deletionsfs/ocfs2/aops.c
- fs/ocfs2/buffer_head_io.h 3 additions, 4 deletionsfs/ocfs2/buffer_head_io.h
- fs/ocfs2/dir.c 3 additions, 6 deletionsfs/ocfs2/dir.c
- fs/ocfs2/dlmglue.c 2 additions, 6 deletionsfs/ocfs2/dlmglue.c
- fs/ocfs2/extent_map.c 3 additions, 5 deletionsfs/ocfs2/extent_map.c
- fs/ocfs2/file.c 3 additions, 4 deletionsfs/ocfs2/file.c
- fs/ocfs2/inode.c 2 additions, 2 deletionsfs/ocfs2/inode.c
- fs/ocfs2/journal.c 1 addition, 1 deletionfs/ocfs2/journal.c
- fs/ocfs2/localalloc.c 4 additions, 4 deletionsfs/ocfs2/localalloc.c
- fs/ocfs2/namei.c 1 addition, 1 deletionfs/ocfs2/namei.c
- fs/ocfs2/resize.c 1 addition, 2 deletionsfs/ocfs2/resize.c
- fs/ocfs2/slot_map.c 1 addition, 1 deletionfs/ocfs2/slot_map.c
- fs/ocfs2/suballoc.c 4 additions, 7 deletionsfs/ocfs2/suballoc.c
- fs/ocfs2/symlink.c 1 addition, 4 deletionsfs/ocfs2/symlink.c
- fs/ocfs2/xattr.c 14 additions, 28 deletionsfs/ocfs2/xattr.c
Loading
Please register or sign in to comment