[Cluster-devel] [PATCH 2/2] GFS2: Fix bmap allocation corner-case bug

2010-02-12 Thread Steven Whitehouse
This patch solves a corner case during allocation which occurs if both metadata (indirect) and data blocks are required but there is an obstacle in the filesystem (e.g. a resource group header or another allocated block) such that when the allocation is requested only enough blocks for the

[Cluster-devel] [GFS2] Pre-pull patch posting (fixes)

2010-02-12 Thread Steven Whitehouse
Hi, Here are a couple of GFS2 fixes. Both are one-liners, Steve.

[Cluster-devel] [PATCH 1/2] GFS2: Fix error code

2010-02-12 Thread Steven Whitehouse
From: Abhijith Das a...@redhat.com We need this one-liner to signal the mount helper of the 'insufficient journals' condition. Signed-off-by: Abhijith Das a...@redhat.com Signed-off-by: Steven Whitehouse swhit...@redhat.com --- fs/gfs2/ops_fstype.c |2 +- 1 files changed, 1 insertions(+),

[Cluster-devel] GFS2: Pull request (fixes)

2010-02-12 Thread Steven Whitehouse
Hi, Please consider pulling the following changes, Steve. - The following changes since commit 676ad585531e965416fd958747894541dabcec96: Linus Torvalds (1): Merge branch 'for-linus' of