From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753084Ab3ACMQg (ORCPT ); Thu, 3 Jan 2013 07:16:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59464 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752162Ab3ACMQd (ORCPT ); Thu, 3 Jan 2013 07:16:33 -0500 From: Steven Whitehouse To: cluster-devel@redhat.com, linux-kernel@vger.kernel.org Subject: GFS2: Pre-pull patch posting Date: Thu, 3 Jan 2013 11:50:06 +0000 Message-Id: <1357213810-3739-1-git-send-email-swhiteho@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Here are four small bug fixes for GFS2. There is no common theme here really, just a few items that were fixed recently. The first fixes lock name generation when the glock number is 0. The second fixes a race allocating reservation structures and the final two fix a performance issue by making small changes in the allocation code, Steve.