Searched hist:e9e1ef2b6ee401d7c1e1eb38052857b4b206d172 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | bmap.h | diff e9e1ef2b6ee401d7c1e1eb38052857b4b206d172 Mon Dec 10 14:13:27 CST 2007 Bob Peterson <rpeterso@redhat.com> [GFS2] Remove function gfs2_get_block
This patch is just a cleanup. Function gfs2_get_block() just calls function gfs2_block_map reversing the last two parameters. By reversing the parameters, gfs2_block_map() may be called directly and function gfs2_get_block may be eliminated altogether. Since this function is done for every block operation, this streamlines the code and makes it a little bit more efficient.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | recovery.c | diff e9e1ef2b6ee401d7c1e1eb38052857b4b206d172 Mon Dec 10 14:13:27 CST 2007 Bob Peterson <rpeterso@redhat.com> [GFS2] Remove function gfs2_get_block
This patch is just a cleanup. Function gfs2_get_block() just calls function gfs2_block_map reversing the last two parameters. By reversing the parameters, gfs2_block_map() may be called directly and function gfs2_get_block may be eliminated altogether. Since this function is done for every block operation, this streamlines the code and makes it a little bit more efficient.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | log.c | diff e9e1ef2b6ee401d7c1e1eb38052857b4b206d172 Mon Dec 10 14:13:27 CST 2007 Bob Peterson <rpeterso@redhat.com> [GFS2] Remove function gfs2_get_block
This patch is just a cleanup. Function gfs2_get_block() just calls function gfs2_block_map reversing the last two parameters. By reversing the parameters, gfs2_block_map() may be called directly and function gfs2_get_block may be eliminated altogether. Since this function is done for every block operation, this streamlines the code and makes it a little bit more efficient.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | quota.c | diff e9e1ef2b6ee401d7c1e1eb38052857b4b206d172 Mon Dec 10 14:13:27 CST 2007 Bob Peterson <rpeterso@redhat.com> [GFS2] Remove function gfs2_get_block
This patch is just a cleanup. Function gfs2_get_block() just calls function gfs2_block_map reversing the last two parameters. By reversing the parameters, gfs2_block_map() may be called directly and function gfs2_get_block may be eliminated altogether. Since this function is done for every block operation, this streamlines the code and makes it a little bit more efficient.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | bmap.c | diff e9e1ef2b6ee401d7c1e1eb38052857b4b206d172 Mon Dec 10 14:13:27 CST 2007 Bob Peterson <rpeterso@redhat.com> [GFS2] Remove function gfs2_get_block
This patch is just a cleanup. Function gfs2_get_block() just calls function gfs2_block_map reversing the last two parameters. By reversing the parameters, gfs2_block_map() may be called directly and function gfs2_get_block may be eliminated altogether. Since this function is done for every block operation, this streamlines the code and makes it a little bit more efficient.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|