From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuGF2-0004xt-BA for qemu-devel@nongnu.org; Thu, 05 Nov 2015 03:49:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuGEz-0002vY-4y for qemu-devel@nongnu.org; Thu, 05 Nov 2015 03:49:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuGEy-0002ux-VY for qemu-devel@nongnu.org; Thu, 05 Nov 2015 03:49:53 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 922FD8EA48 for ; Thu, 5 Nov 2015 08:49:52 +0000 (UTC) Message-ID: <1446713390.30393.17.camel@redhat.com> From: Gerd Hoffmann Date: Thu, 05 Nov 2015 09:49:50 +0100 In-Reply-To: <1446595225-23608-3-git-send-email-bsd@redhat.com> References: <1446595225-23608-1-git-send-email-bsd@redhat.com> <1446595225-23608-3-git-send-email-bsd@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/3] usb-mtp: Add support for inotify based file monitoring List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bandan Das Cc: qemu-devel@nongnu.org On Di, 2015-11-03 at 19:00 -0500, Bandan Das wrote: > + case IN_DELETE: > + /* > + * The kernel issues a IN_IGNORED event > + * when a dir containing a watchpoint is > + * deleted > + */ Wrong place for the comment?