kernel-aes67/fs/gfs2
Bob Peterson d0109bfa84 [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>
2008-03-31 10:39:54 +01:00
..
locking
acl.c
acl.h
bmap.c [GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc 2008-03-31 10:39:49 +01:00
bmap.h
daemon.c
daemon.h
dir.c [GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc 2008-03-31 10:39:49 +01:00
dir.h
eaops.c
eaops.h
eattr.c [GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc 2008-03-31 10:39:49 +01:00
eattr.h
gfs2.h
glock.c gfs2: make gfs2_glock.gl_owner_pid be a struct pid * 2008-02-07 08:42:06 -08:00
glock.h gfs2: make gfs2_holder.gh_owner_pid be a struct pid * 2008-02-07 08:42:06 -08:00
glops.c
glops.h
incore.h [GFS2] Only do lo_incore_commit once 2008-03-31 10:39:54 +01:00
inode.c [GFS2] Fix debug inode printing 2008-03-31 10:39:52 +01:00
inode.h [GFS2] Streamline indirect pointer tree height calculation 2008-03-31 10:39:46 +01:00
Kconfig
lm.c
lm.h
locking.c
log.c [GFS2] Only do lo_incore_commit once 2008-03-31 10:39:54 +01:00
log.h
lops.c [GFS2] Only do lo_incore_commit once 2008-03-31 10:39:54 +01:00
lops.h [GFS2] Only do lo_incore_commit once 2008-03-31 10:39:54 +01:00
main.c
Makefile
meta_io.c
meta_io.h
mount.c
mount.h
ops_address.c
ops_address.h
ops_dentry.c
ops_dentry.h
ops_export.c Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 2008-02-07 08:42:26 -08:00
ops_file.c
ops_fstype.c Introduce path_put() 2008-02-14 21:13:33 -08:00
ops_fstype.h
ops_inode.c Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 2008-02-07 08:42:26 -08:00
ops_inode.h
ops_super.c
ops_super.h
quota.c
quota.h
recovery.c
recovery.h
rgrp.c [GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc 2008-03-31 10:39:49 +01:00
rgrp.h [GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc 2008-03-31 10:39:49 +01:00
super.c [GFS2] Streamline indirect pointer tree height calculation 2008-03-31 10:39:46 +01:00
super.h
sys.c
sys.h
trans.c
trans.h
util.c
util.h