From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1336 invoked by alias); 27 Sep 2005 18:44:40 -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 15275 invoked by uid 9475); 27 Sep 2005 18:25:21 -0000 Date: Tue, 27 Sep 2005 18:44:00 -0000 Message-ID: <20050927182521.15274.qmail@sourceware.org> From: bmarzins@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/gfs-kernel/src/gfs ops_inode.c X-SW-Source: 2005-q3/txt/msg00369.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4U2 Changes by: bmarzins@sourceware.org 2005-09-27 18:25:21 Modified files: gfs-kernel/src/gfs: ops_inode.c Log message: fix for bug 169039. GFS no longer checks permissions before truncating a file in gfs_setattr. I don't know what this check was ever added (It didn't exist in gfs 6.0). Since I don't know why the check was added, I can't say for certain that it is unessential. However, I can't see any reason to do it, so I commented it out. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_inode.c.diff?cvsroot=cluster&only_with_tag=RHEL4U2&r1=1.6.8.1&r2=1.6.8.2