From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Price Date: Fri, 03 Aug 2012 16:06:19 +0100 Subject: [Cluster-devel] GFS2: Add structure to contain rgrp, bitmap, offset tuple In-Reply-To: <1344003030.2712.17.camel@menhir> References: <2034552735.9990427.1344002899511.JavaMail.root@redhat.com> <1344003030.2712.17.camel@menhir> Message-ID: <501BE8EB.4070302@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 .git/hooks/pre-commit.sample .git/hooks/pre-commit Then it'll warn on commit, too: $ git commit -a gfs2/mkfs/main_mkfs.c:209: trailing whitespace. + strncpy(sdp->device_name, argv[optind++], PATH_MAX - 1); Andy