/openbmc/linux/fs/ocfs2/ |
H A D | buffer_head_io.h | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | resize.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | symlink.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | slot_map.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | extent_map.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | localalloc.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | inode.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | suballoc.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | dir.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | xattr.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | journal.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | dlmglue.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | namei.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | alloc.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | aops.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|
H A D | file.c | diff 0fcaa56a2a020dd6f90c202b7084e6f4cbedb6c2 Thu Oct 09 19:20:31 CDT 2008 Joel Becker <joel.becker@oracle.com> 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>
|