From mboxrd@z Thu Jan 1 00:00:00 1970 From: Warren Turkal Subject: hfsplus journal detection - next try Date: Wed, 5 Nov 2008 23:44:21 -0800 Message-ID: <1225957463-29519-1-git-send-email-wt@penguintechs.org> References: <20081105140937.GA27438@infradead.org> Cc: Roman Zippel , Warren Turkal To: linux-fsdevel Return-path: Received: from rv-out-0506.google.com ([209.85.198.225]:22516 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754046AbYKFHoa (ORCPT ); Thu, 6 Nov 2008 02:44:30 -0500 Received: by rv-out-0506.google.com with SMTP id k40so512091rvb.1 for ; Wed, 05 Nov 2008 23:44:29 -0800 (PST) In-Reply-To: <20081105140937.GA27438@infradead.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Here is my next stab at this issue. I refactored the logic into a function and took out the != 0 like you all suggested. Please let me know if there is anything else I can do to improve it. Also, I am just getting used to git. Is the best workflow to create a branch that I cherrypick seemingly acceptable patches into and just createa a different branch for each patchset attempt? Thanks, wt