From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Thu, 04 Feb 2010 10:06:19 +0000 Subject: [Cluster-devel] GFS2: Pull request (fixes) Message-ID: <1265277979.2437.15.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 two changes, Steve. ---------------------------------------------------------------------------- The following changes since commit 1a45dcfe2525e9432cb4aba461d4994fc2befe42: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block 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 (2): GFS2: Wait for unlock completion on umount GFS2: Extend umount wait coverage to full glock lifetime fs/gfs2/glock.c | 4 ++++ fs/gfs2/glock.h | 2 +- fs/gfs2/incore.h | 2 ++ fs/gfs2/lock_dlm.c | 11 ++++++++--- fs/gfs2/ops_fstype.c | 12 +++++++++++- fs/gfs2/super.c | 1 + 6 files changed, 27 insertions(+), 5 deletions(-)