From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:59224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1Bpn-0002Mw-S4 for qemu-devel@nongnu.org; Tue, 05 Mar 2019 10:18:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1Bpm-0004gH-0c for qemu-devel@nongnu.org; Tue, 05 Mar 2019 10:18:23 -0500 Date: Tue, 5 Mar 2019 16:18:11 +0100 From: Niels de Vos Message-ID: <20190305151811.GD16424@ndevos-x270> References: <20190304162103.18912-1-ndevos@redhat.com> <20190304162103.18912-3-ndevos@redhat.com> <20190305102934.GD5280@dhcp-200-226.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190305102934.GD5280@dhcp-200-226.str.redhat.com> Subject: Re: [Qemu-devel] [Qemu-block] [PATCH 2/2] gluster: the glfs_io_cbk callback function pointer adds pre/post stat args List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-block@nongnu.org, integration@gluster.org, qemu-devel@nongnu.org, Cole Robinson On Tue, Mar 05, 2019 at 11:29:34AM +0100, Kevin Wolf wrote: > Am 04.03.2019 um 17:21 hat Niels de Vos geschrieben: > > The glfs_*_async() functions do a callback once finished. This callback > > has changed its arguments, pre- and post-stat structures have been > > added. This makes it possible to improve cashing, which is useful for > > Did you mean "caching"? Yuck, yes, of course. I'll correct that when I send an updated version for patch 1/2. Niels