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 ops_export.c


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	wcheng@sourceware.org	2006-02-09 19:01:50

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

Log message:
	This patch is part of fix for bugzilla 178469 where the
	6th word of the nfsd file handle doesn't get correctly
	byte-swapped in gfs_decode_fh(). It is normally not a
	problem if the dentry of the file still hanging around in
	server's cache. However, under heavy IO, the dentry could
	get re-cycled and the parent info would be used to re-do
	lookup. We get stale file handle error as the result.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_export.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.3.6.1&r2=1.3.6.1.2.1


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