From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Jeff Moyer To: Arnd Bergmann Cc: Jens Axboe , Steven Rostedt , Ingo Molnar , y2038@lists.linaro.org, Hannes Reinecke , Mike Christie , Shaohua Li , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] blktrace: avoid using timespec References: <20160617145849.3771756-1-arnd@arndb.de> <3744206.k1Hv7RyTzG@wuerfel> <3667244.FPOaAfVsUJ@wuerfel> Date: Mon, 20 Jun 2016 15:37:10 -0400 In-Reply-To: <3667244.FPOaAfVsUJ@wuerfel> (Arnd Bergmann's message of "Mon, 20 Jun 2016 17:18:52 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain List-ID: Arnd Bergmann writes: > On Monday, June 20, 2016 10:59:14 AM CEST Jeff Moyer wrote: >> struct timespec abs_start_time; [snip] > I assume that abs_start_time is a timespec, implying that It is. You didn't have to assume that, though, as I also included its definition above. ;-) > Ok. Thanks a lot for the information. I think we can update the > comment as in the incremental patch below. Jens, can you fold that > into the original patch, or should I submit this as a new (or > incremental) patch with an updated description? Jens already pulled this fix into for-4.8/core, so you should probably just send an incremental patch. Cheers, Jeff