From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: [PATCH] jbd2: Convert timers to use timer_setup() Date: Wed, 18 Oct 2017 12:44:05 -0400 Message-ID: <20171018164405.4gaigxecovw7jkny@thunk.org> References: <20171005004846.GA23025@beast> <20171010112050.GB3667@quack2.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Kees Cook , linux-kernel@vger.kernel.org, Jan Kara , linux-ext4@vger.kernel.org, Thomas Gleixner To: Jan Kara Return-path: Content-Disposition: inline In-Reply-To: <20171010112050.GB3667@quack2.suse.cz> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-ext4.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