From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757433AbcEFChj (ORCPT ); Thu, 5 May 2016 22:37:39 -0400 Received: from imap.thunk.org ([74.207.234.97]:52500 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757164AbcEFChh (ORCPT ); Thu, 5 May 2016 22:37:37 -0400 Date: Thu, 5 May 2016 22:37:32 -0400 From: "Theodore Ts'o" To: Luis de Bethencourt Cc: linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org, jack@suse.com Subject: Re: [RESEND Patch] jbd2: remove excess descriptions for handle_s Message-ID: <20160506023732.GC31860@thunk.org> Mail-Followup-To: Theodore Ts'o , Luis de Bethencourt , linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org, jack@suse.com References: <1458407163-10849-1-git-send-email-luisbg@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458407163-10849-1-git-send-email-luisbg@osg.samsung.com> User-Agent: Mutt/1.6.0 (2016-04-01) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 11, 2016 at 12:44:16PM +0100, Luis de Bethencourt wrote: > Commit bf6993276f74 ("jbd2: Use tracepoints for history file") > removed the members j_history, j_history_max and j_history_cur from struct > handle_s but the descriptions stayed lingering. Removing them. > > Signed-off-by: Luis de Bethencourt > Reviewed-by: Jan Kara Applied, thanks. - Ted