From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda1.sgi.com [192.48.157.11]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id o09JYmSe190328 for ; Sat, 9 Jan 2010 13:34:50 -0600 Date: Sat, 9 Jan 2010 14:35:14 -0500 From: Christoph Hellwig Subject: Re: [PATCH, updated] xfs: Ensure we force all busy extents in range to disk Message-ID: <20100109193514.GA12372@infradead.org> References: <20100109000927.GE8654@discord.disaster> <1AB9A794DBDDF54A8A81BE2296F7BDFE012A693C@cf--amer001e--3.americas.sgi.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1AB9A794DBDDF54A8A81BE2296F7BDFE012A693C@cf--amer001e--3.americas.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: Alex Elder Cc: xfs@oss.sgi.com Looks good, Reviewed-by: Christoph Hellwig > TRACE_EVENT(xfs_alloc_busysearch, > TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agblock_t agbno, > - xfs_extlen_t len, int found), > - TP_ARGS(mp, agno, agbno, len, found), > + xfs_extlen_t len, int found, xfs_lsn_t lsn), > + TP_ARGS(mp, agno, agbno, len, found, lsn), The found argument to this tracepoint can be dropped - with the new loop style it doesn't work anymore, and a non-zero lsn provides the same information. _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs