From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751697AbdJRQo1 (ORCPT ); Wed, 18 Oct 2017 12:44:27 -0400 Received: from imap.thunk.org ([74.207.234.97]:34292 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751650AbdJRQoZ (ORCPT ); Wed, 18 Oct 2017 12:44:25 -0400 Date: Wed, 18 Oct 2017 12:44:05 -0400 From: "Theodore Ts'o" To: Jan Kara Cc: Kees Cook , linux-kernel@vger.kernel.org, Jan Kara , linux-ext4@vger.kernel.org, Thomas Gleixner Subject: Re: [PATCH] jbd2: Convert timers to use timer_setup() Message-ID: <20171018164405.4gaigxecovw7jkny@thunk.org> Mail-Followup-To: Theodore Ts'o , Jan Kara , Kees Cook , linux-kernel@vger.kernel.org, Jan Kara , linux-ext4@vger.kernel.org, Thomas Gleixner References: <20171005004846.GA23025@beast> <20171010112050.GB3667@quack2.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171010112050.GB3667@quack2.suse.cz> User-Agent: NeoMutt/20170609 (1.8.3) 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 Tue, Oct 10, 2017 at 01:20:50PM +0200, Jan Kara wrote: > On Wed 04-10-17 17:48:46, Kees Cook wrote: > > In preparation for unconditionally passing the struct timer_list pointer to > > all timer callbacks, switch to using the new timer_setup() and from_timer() > > to pass the timer pointer explicitly. > > > > Cc: "Theodore Ts'o" > > Cc: Jan Kara > > Cc: linux-ext4@vger.kernel.org > > Cc: Thomas Gleixner > > Signed-off-by: Kees Cook > > The patch looks good to me. You can add: > > Reviewed-by: Jan Kara Applied, thanks. - Ted