From mboxrd@z Thu Jan 1 00:00:00 1970 From: tytso@mit.edu Subject: Re: [PATCH 2/4] ext4: mount flags manipulation cleanup Date: Wed, 24 Feb 2010 11:38:36 -0500 Message-ID: <20100224163836.GE5166@thunk.org> References: <1265115954-2616-1-git-send-email-dmonakhov@openvz.org> <1265115954-2616-2-git-send-email-dmonakhov@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org, jack@suse.cz To: Dmitry Monakhov Return-path: Received: from thunk.org ([69.25.196.29]:35601 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751718Ab0BXQij (ORCPT ); Wed, 24 Feb 2010 11:38:39 -0500 Content-Disposition: inline In-Reply-To: <1265115954-2616-2-git-send-email-dmonakhov@openvz.org> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Tue, Feb 02, 2010 at 04:05:52PM +0300, Dmitry Monakhov wrote: > Replace intermediate EXT4_MOUNT_XXX flags manipulation to > corresponding macro. > > Signed-off-by: Dmitry Monakhov Added to the ext4 patch queue. Sorry for the delay in getting this merged. Things have been really busy at $WORK. - Ted