qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/3] usb-mtp: Add support for inotify based file


From: Bandan Das
Subject: Re: [Qemu-devel] [PATCH 2/3] usb-mtp: Add support for inotify based file monitoring
Date: Mon, 09 Nov 2015 18:13:46 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Gerd Hoffmann <address@hidden> writes:

> 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?

I added this to avoid confusion as to why are we not deleting the watch
during a delete event. I will reword the comment.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]