This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	wcheng@sourceware.org	2006-02-20 03:58:05

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&only_with_tag=STABLE&r1=1.8.6.1.2.1&r2=1.8.6.1.2.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]