From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: [PATCH 2/2 v2] ext4: add a variable to record the value of map->m_flags in tracepoint Date: Thu, 8 Nov 2012 14:34:45 -0500 Message-ID: <20121108193445.GI19977@thunk.org> References: <1350390934-3101-1-git-send-email-wenqing.lz@taobao.com> <1350390934-3101-2-git-send-email-wenqing.lz@taobao.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org, Lukas Czerner , Zheng Liu To: Zheng Liu Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:60080 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757143Ab2KHWLC (ORCPT ); Thu, 8 Nov 2012 17:11:02 -0500 Content-Disposition: inline In-Reply-To: <1350390934-3101-2-git-send-email-wenqing.lz@taobao.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Tue, Oct 16, 2012 at 08:35:34PM +0800, Zheng Liu wrote: > From: Zheng Liu > > When we use trace_ext4_ext/ind_map_blocks_exit, we will print the value of > map->m_flags in order that we can understand what currently status is. > > CC: Lukas Czerner > Signed-off-by: Zheng Liu Applied, thanks. - Ted