From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSgBt-0006oi-0Q for qemu-devel@nongnu.org; Tue, 12 Jun 2018 06:06:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSgBn-0007wG-Cn for qemu-devel@nongnu.org; Tue, 12 Jun 2018 06:06:16 -0400 Date: Tue, 12 Jun 2018 12:06:09 +0200 From: Gerd Hoffmann Message-ID: <20180612100609.7k4u4a7quhqwjkjg@sirius.home.kraxel.org> References: <20180608170933.9137-1-berrange@redhat.com> <20180608170933.9137-3-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20180608170933.9137-3-berrange@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/8] hw/usb: switch MTP to use new inotify APIs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= Cc: qemu-devel@nongnu.org, Markus Armbruster , Andreas =?utf-8?Q?F=C3=A4rber?= , Laurent Vivier , "Dr. David Alan Gilbert" , qemu-trivial@nongnu.org, Eric Blake , Michael Tokarev On Fri, Jun 08, 2018 at 06:09:27PM +0100, Daniel P. Berrang=E9 wrote: > The internal inotify APIs allow alot of conditional statements to be > cleared out, and provide a simpler callback for handling events. >=20 > Signed-off-by: Daniel P. Berrang=E9 Reviewed-by: Gerd Hoffmann