cluster/gfs-kernel/src/gfs dir.c file.c file.h

wcheng@sourceware.org wcheng@sourceware.org
Sun Feb 19 22:25:00 GMT 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	wcheng@sourceware.org	2006-02-19 22:25:04

Modified files:
	gfs-kernel/src/gfs: dir.c file.c file.h 

Log message:
	bugzilla 182057 - patch 3-1:
	Fixes directory delete out of memory error. Found in customer environment
	where gfs_inoded is deleting a max size of hash unit (0xffff entries). It
	hangs in leaf_free() during gmalloc while kmallocing 0xffff*sizeof(uint64_t)
	(=512K) of memroy. It did a kmalloc, zeroed out the buffer, then copied the
	zeroed contents into bh buffer and subsequently sent the bh into gfs_writei
	to write out to disk. This patch removes the unnecessary kmalloc plus the
	memory copy by directly zero out the bh buffer.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/dir.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.8.2.2&r2=1.8.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/file.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4.2.2&r2=1.4.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/file.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.1&r2=1.2.2.2



More information about the Cluster-cvs mailing list