From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Mon, 11 Jan 2010 14:24:56 +0000 Subject: [Cluster-devel] GFS2: Pull request (fixes) Message-ID: <1263219896.14393.127.camel@localhost.localdomain> 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 GFS2 bug fixes, Steve. The following changes since commit 74d2e4f8d79ae0c4b6ec027958d5b18058662eea: Linus Torvalds (1): Linux 2.6.33-rc3 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git master Steven Whitehouse (4): GFS2: Ensure uptodate inode size when using O_APPEND GFS2: Fix locking bug in rename GFS2: Fix gfs2_xattr_acl_chmod() GFS2: Use MAX_LFS_FILESIZE for meta inode size fs/gfs2/file.c | 38 ++++++++++++++++++++++++++++++++++++-- fs/gfs2/meta_io.c | 2 +- fs/gfs2/ops_inode.c | 6 ++++-- fs/gfs2/xattr.c | 21 +++++++++++---------- 4 files changed, 52 insertions(+), 15 deletions(-)