Searched hist:d0109bfa84d6603becac8c2e87b3716f557f2039 (Results 1 – 4 of 4) sorted by relevance
/linux/fs/gfs2/ |
H A D | lops.h | diff d0109bfa84d6603becac8c2e87b3716f557f2039 Mon Jan 28 18:20:10 CET 2008 Bob Peterson <rpeterso@redhat.com> [GFS2] Only do lo_incore_commit once
This patch is performance related. When we're doing a log flush, I noticed we were calling buf_lo_incore_commit twice: once for data bufs and once for metadata bufs. Since this is the same function and does the same thing in both cases, there should be no reason to call it twice. Since we only need to call it once, we can also make it faster by removing it from the generic "lops" code and making it a stand-along static function.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | lops.c | diff d0109bfa84d6603becac8c2e87b3716f557f2039 Mon Jan 28 18:20:10 CET 2008 Bob Peterson <rpeterso@redhat.com> [GFS2] Only do lo_incore_commit once
This patch is performance related. When we're doing a log flush, I noticed we were calling buf_lo_incore_commit twice: once for data bufs and once for metadata bufs. Since this is the same function and does the same thing in both cases, there should be no reason to call it twice. Since we only need to call it once, we can also make it faster by removing it from the generic "lops" code and making it a stand-along static function.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | log.c | diff d0109bfa84d6603becac8c2e87b3716f557f2039 Mon Jan 28 18:20:10 CET 2008 Bob Peterson <rpeterso@redhat.com> [GFS2] Only do lo_incore_commit once
This patch is performance related. When we're doing a log flush, I noticed we were calling buf_lo_incore_commit twice: once for data bufs and once for metadata bufs. Since this is the same function and does the same thing in both cases, there should be no reason to call it twice. Since we only need to call it once, we can also make it faster by removing it from the generic "lops" code and making it a stand-along static function.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | incore.h | diff d0109bfa84d6603becac8c2e87b3716f557f2039 Mon Jan 28 18:20:10 CET 2008 Bob Peterson <rpeterso@redhat.com> [GFS2] Only do lo_incore_commit once
This patch is performance related. When we're doing a log flush, I noticed we were calling buf_lo_incore_commit twice: once for data bufs and once for metadata bufs. Since this is the same function and does the same thing in both cases, there should be no reason to call it twice. Since we only need to call it once, we can also make it faster by removing it from the generic "lops" code and making it a stand-along static function.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|