From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Tue, 25 May 2010 09:51:27 +0100 Subject: [Cluster-devel] GFS2: Pull request (fixes) Message-ID: <1274777487.2439.3.camel@localhost> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Please consider pulling the following three GFS2 fixes, Steve. ------------------------------------------------------------------------------- The following changes since commit d7dbf4ffee1c7a17e2e5b5f01efe76fbd1671db6: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../ryusuke/nilfs2 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git master Bob Peterson (1): GFS2: Rework reclaiming unlinked dinodes Steven Whitehouse (2): GFS2: Don't "get" xattrs for ACLs when ACLs are turned off GFS2: Fix permissions checking for setflags ioctl() fs/gfs2/acl.c | 4 ++++ fs/gfs2/file.c | 7 +++++++ fs/gfs2/inode.c | 54 +++++++++++++++++++++++++++++------------------------- fs/gfs2/inode.h | 3 +-- fs/gfs2/log.c | 2 +- fs/gfs2/log.h | 29 +++++++++++------------------ fs/gfs2/rgrp.c | 20 ++++++++++++-------- 7 files changed, 65 insertions(+), 54 deletions(-)