From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: [PATCH 0/5] btrfs: trivial cleanups Date: Thu, 02 Apr 2009 13:23:18 -0400 Message-ID: <1238692998.29739.14.camel@think.oraclecorp.com> References: <20090402021426.180324740@intel.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org To: Wu Fengguang Return-path: Received: from acsinet11.oracle.com ([141.146.126.233]:51097 "EHLO acsinet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758416AbZDBRXa (ORCPT ); Thu, 2 Apr 2009 13:23:30 -0400 In-Reply-To: <20090402021426.180324740@intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, 2009-04-02 at 10:14 +0800, Wu Fengguang wrote: > Hi Mason, > > I accumulated some trivial patches while reading the btrfs code. > Please take the ones that you are OK with :-) Thanks for sending these along (and reading the code) I took #1 and #3. I'm trying to avoid lots of whitespace churn right now, and I like the dir parameter name ;) -chris > > [PATCH 1/5] btrfs: reduce pointer dereference chains > [PATCH 2/5] btrfs: use meaningful parameter names > [PATCH 3/5] btrfs: fix typos in comments > [PATCH 4/5] btrfs: lineup macros > [PATCH 5/5] btrfs: lineup objectid macros > > Thanks, > Fengguang