From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17394 invoked by alias); 13 Sep 2005 22:48:14 -0000 Mailing-List: contact cluster-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sources.redhat.com Received: (qmail 17379 invoked by uid 9475); 13 Sep 2005 22:48:13 -0000 Date: Tue, 13 Sep 2005 22:48:00 -0000 Message-ID: <20050913224813.17370.qmail@sourceware.org> From: bmarzins@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/gfs2-kernel/src/gfs2 inode.c X-SW-Source: 2005-q3/txt/msg00324.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Changes by: bmarzins@sourceware.org 2005-09-13 22:48:13 Modified files: gfs2-kernel/src/gfs2: 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 print a warning and not get the attributes right. After this change, if you already have a transaction started in gfs2_setattr_simple, instead of failing the warning assert, you simply use the existing transaction. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/inode.c.diff?cvsroot=cluster&r1=1.33&r2=1.34