From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.hgst.iphmx.com ([68.232.143.124]:63035 "EHLO esa2.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752303AbdDJQRt (ORCPT ); Mon, 10 Apr 2017 12:17:49 -0400 From: Bart Van Assche To: "linux-block@vger.kernel.org" , "axboe@fb.com" CC: "hch@lst.de" , "osandov@fb.com" Subject: Re: [PATCH 2/3] block: add kblock_mod_delayed_work_on() Date: Mon, 10 Apr 2017 16:17:36 +0000 Message-ID: <1491841054.4199.10.camel@sandisk.com> References: <1491839696-24783-1-git-send-email-axboe@fb.com> <1491839696-24783-3-git-send-email-axboe@fb.com> In-Reply-To: <1491839696-24783-3-git-send-email-axboe@fb.com> Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Sender: linux-block-owner@vger.kernel.org List-Id: linux-block@vger.kernel.org On Mon, 2017-04-10 at 09:54 -0600, Jens Axboe wrote: > This modifies (or adds, if not currently pending) an existing > delayed work item. Reviewed-by: Bart Van Assche =