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


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	bmarzins@sourceware.org	2005-09-18 02:27:27

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

Log message:
	When you copy an suid root file to gfs, you start a transaction on the
	write and then make a vfs call that eventaully tries to start another
	transaction for changing the file attributes.  This cause gfs to oops.
	
	After this change, if you already have a transaction started in
	gfs_setattr_simple, instead of oopsing, you simply use the existing transaction.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/inode.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.20.6.2&r2=1.20.6.2.2.1


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