From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757352AbZDWKWg (ORCPT ); Thu, 23 Apr 2009 06:22:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755554AbZDWKWJ (ORCPT ); Thu, 23 Apr 2009 06:22:09 -0400 Received: from mx2.redhat.com ([66.187.237.31]:44431 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753698AbZDWKWH (ORCPT ); Thu, 23 Apr 2009 06:22:07 -0400 From: Steven Whitehouse To: linux-kernel@vger.kernel.org, cluster-devel@redhat.com Subject: GFS2: Block alloc fixes Date: Thu, 23 Apr 2009 10:16:53 +0100 Message-Id: <1240478216-2594-1-git-send-email-swhiteho@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These three patches fix a couple of bugs in the block allocation code that was updated at the merge window. Thanks are due to Benny Halevy, Christoph Lameter and Willy Tarreau for looking at the __ffs64 patch. I've updated the comment in that patch in the light of Willy Tarreau's suggestion, Steve.