[Cluster-devel] GFS2: Fix previous patch

2010-01-29 Thread Steven Whitehouse
This fixes the rgrp patch, Steve. From ea0d7284f2f2bd56386e6c4810bf970e50472054 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse swhit...@redhat.com Date: Fri, 29 Jan 2010 15:20:34 + Subject: [PATCH 1/3] GFS2: Fix previous patch The do_div() call needs to remain. Signed-off-by: Steven

[Cluster-devel] GFS2: Extend umount wait coverage to full glock lifetime

2010-01-29 Thread Steven Whitehouse
From 0f76b65f50e4f17324ba184dd074c35788928ba7 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse swhit...@redhat.com Date: Fri, 29 Jan 2010 15:21:27 + Subject: [PATCH 2/3] GFS2: Extend umount wait coverage to full glock lifetime Although all glocks are, by the time of the umount glock wait,

[Cluster-devel] GFS2: Use GFP_NOFS for alloc structure

2010-01-29 Thread Steven Whitehouse
From 04988c7ee83641ca732910aff427ab08b0faa557 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse swhit...@redhat.com Date: Fri, 29 Jan 2010 15:48:57 + Subject: [PATCH 3/3] GFS2: Use GFP_NOFS for alloc structure This is called under a glock, so its a good plan to use GFP_NOFS Signed-off-by: