public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/gfs2-kernel/src/gfs2 bmap.c
@ 2005-05-05 20:16 kpreslan
  0 siblings, 0 replies; 2+ messages in thread
From: kpreslan @ 2005-05-05 20:16 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	kpreslan@sourceware.org	2005-05-05 20:16:33

Modified files:
	gfs2-kernel/src/gfs2: bmap.c 

Log message:
	Munge.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/bmap.c.diff?cvsroot=cluster&r1=1.4&r2=1.5


^ permalink raw reply	[flat|nested] 2+ messages in thread

* cluster/gfs2-kernel/src/gfs2 bmap.c
@ 2005-12-08  9:39 swhiteho
  0 siblings, 0 replies; 2+ messages in thread
From: swhiteho @ 2005-12-08  9:39 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	swhiteho@sourceware.org	2005-12-08 09:39:35

Modified files:
	gfs2-kernel/src/gfs2: bmap.c 

Log message:
	This patch removes an allocation of memory which was occuring on every lookup
	of a block in a file. The memory requires is now allocated on the stack
	and its only 20 bytes. A lot less than some of the other stack allocated
	structures we are using (e.g. struct gfs2_holder) in the code.
	
	It should speed things up and removes one of the __GFS_NOFAIL allocations
	that we need to remove from the code.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/bmap.c.diff?cvsroot=cluster&r1=1.25&r2=1.26


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-08  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-05 20:16 cluster/gfs2-kernel/src/gfs2 bmap.c kpreslan
2005-12-08  9:39 swhiteho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).