From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id p6649JuR065737 for ; Tue, 5 Jul 2011 23:09:20 -0500 Subject: Re: [PATCH 26/27] xfs: cleanup I/O-related buffer flags From: Alex Elder In-Reply-To: <20110701094607.536262104@bombadil.infradead.org> References: <20110701094321.936534538@bombadil.infradead.org> <20110701094607.536262104@bombadil.infradead.org> Date: Tue, 5 Jul 2011 23:09:15 -0500 Message-ID: <1309925355.3381.55.camel@doink> MIME-Version: 1.0 Reply-To: aelder@sgi.com List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Christoph Hellwig Cc: xfs@oss.sgi.com On Fri, 2011-07-01 at 05:43 -0400, Christoph Hellwig wrote: > Remove the unused and misnamed _XBF_RUN_QUEUES flag, rename XBF_LOG_BUFFER > to the more fitting XBF_SYNCIO, and split XBF_ORDERED into XBF_FUA and > XBF_FLUSH to allow more fine grained control over the bio flags. Also > cleanup processing of the flags in _xfs_buf_ioapply to make more sense, > and renumber the sparse flag number space to group flags by purpose. > > Signed-off-by: Christoph Hellwig Interesting that _XBF_RUN_QUEUES was never actually used. The new names are much more understandable. Looks like READ_META and WRITE_META are now effectively gone... Looks good. Reviewed-by: Alex Elder _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs