Re: [Cluster-devel] GFS2: Pull request (merge window)

2012-08-03 Thread Steven Whitehouse
Hi, On Thu, 2012-08-02 at 18:22 -0700, Linus Torvalds wrote: [ For some reason this didn't go out, and was in my drafts folder. Better late than never, I guess ] On Mon, Jul 23, 2012 at 7:59 AM, Steven Whitehouse swhit...@redhat.com wrote: Please consider pulling the following patches.

[Cluster-devel] GFS2: Update rgblk_free() to use rbm

2012-08-03 Thread Steven Whitehouse
From 25587964235b6968ac8173d0ecea5b5cebbd9443 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse swhit...@redhat.com Date: Fri, 3 Aug 2012 11:23:28 +0100 Subject: GFS2: Update rgblk_free() to use rbm Replace open coded version with a call to gfs2_rbm_from_block() Signed-off-by: Steven Whitehouse

Re: [Cluster-devel] GFS2: Add structure to contain rgrp, bitmap, offset tuple

2012-08-03 Thread Bob Peterson
- Original Message - | | This patch introduces a new structure, gfs2_rbm, which is a | tuple of a resource group, a bitmap within the resource group | and an offset within that bitmap. This is designed to make | manipulating these sets of variables easier. There is also a | new helper

Re: [Cluster-devel] GFS2: Add structure to contain rgrp, bitmap, offset tuple

2012-08-03 Thread Steven Whitehouse
Hi, On Fri, 2012-08-03 at 10:08 -0400, Bob Peterson wrote: - Original Message - | | This patch introduces a new structure, gfs2_rbm, which is a | tuple of a resource group, a bitmap within the resource group | and an offset within that bitmap. This is designed to make |

Re: [Cluster-devel] GFS2: Add structure to contain rgrp, bitmap, offset tuple

2012-08-03 Thread Andrew Price
On 08/03/2012 03:10 PM, Steven Whitehouse wrote: Looks like there is a space there in my git tree. I'll fix that in the next patch. I wonder why git didn't warn me By default git only warns about trailing whitespace when you're applying a patch. If you do: $ cp

Re: [Cluster-devel] GFS2: Pull request (merge window)

2012-08-03 Thread Linus Torvalds
On Fri, Aug 3, 2012 at 3:18 AM, Steven Whitehouse swhit...@redhat.com wrote: I've been writing summaries when I send out the pre-pull patch posting so I could just copy paste from that if it thats the kind of thing that you are after? https://lkml.org/lkml/2012/7/23/59 Yup, exactly