ocfs2: Require an inode for ocfs2_read_block(s)().
Now that synchronous readers are using ocfs2_read_blocks_sync(), all callers of ocfs2_read_blocks() are passing an inode. Use it unconditionally. Since it's there, we don't need to pass the ocfs2_super either. Signed-off-by:Joel Becker <joel.becker@oracle.com> Signed-off-by:
Mark Fasheh <mfasheh@suse.com>
Showing
- fs/ocfs2/alloc.c 14 additions, 16 deletionsfs/ocfs2/alloc.c
- fs/ocfs2/aops.c 4 additions, 6 deletionsfs/ocfs2/aops.c
- fs/ocfs2/buffer_head_io.c 12 additions, 23 deletionsfs/ocfs2/buffer_head_io.c
- fs/ocfs2/buffer_head_io.h 7 additions, 11 deletionsfs/ocfs2/buffer_head_io.h
- fs/ocfs2/dir.c 6 additions, 6 deletionsfs/ocfs2/dir.c
- fs/ocfs2/dlmglue.c 4 additions, 5 deletionsfs/ocfs2/dlmglue.c
- fs/ocfs2/extent_map.c 6 additions, 6 deletionsfs/ocfs2/extent_map.c
- fs/ocfs2/file.c 5 additions, 7 deletionsfs/ocfs2/file.c
- fs/ocfs2/inode.c 2 additions, 4 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 2 additions, 3 deletionsfs/ocfs2/namei.c
- fs/ocfs2/resize.c 2 additions, 2 deletionsfs/ocfs2/resize.c
- fs/ocfs2/slot_map.c 2 additions, 3 deletionsfs/ocfs2/slot_map.c
- fs/ocfs2/suballoc.c 8 additions, 9 deletionsfs/ocfs2/suballoc.c
- fs/ocfs2/symlink.c 2 additions, 3 deletionsfs/ocfs2/symlink.c
- fs/ocfs2/xattr.c 35 additions, 39 deletionsfs/ocfs2/xattr.c
Loading
Please register or sign in to comment