From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1762 invoked by alias); 27 Sep 2005 18:45:16 -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 17369 invoked by uid 9475); 27 Sep 2005 18:26:46 -0000 Date: Tue, 27 Sep 2005 18:45:00 -0000 Message-ID: <20050927182646.17367.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/msg00370.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Branch: STABLE Changes by: bmarzins@sourceware.org 2005-09-27 18:26:45 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=STABLE&r1=1.6.6.1.2.1&r2=1.6.6.1.2.2