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

wcheng@sourceware.org wcheng@sourceware.org
Mon Feb 20 04:31:00 GMT 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	wcheng@sourceware.org	2006-02-20 04:31:33

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

Log message:
	Bugzilla 182057 - patch 3-2:
	GFS was trying to split a full-grown directory (0xffff entries) hash leaf
	into two and subseqently hang. The buffer requirement 0xffff*sizeof(uint64_t)/2
	= 262144 (256K) was too big for kmalloc to handle. Change into vmalloc if
	kmalloc fails.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/dir.c.diff?cvsroot=cluster&r1=1.11&r2=1.12



More information about the Cluster-cvs mailing list