Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753309Ab0HSVWh (ORCPT ); Thu, 19 Aug 2010 17:22:37 -0400 Received: from cantor.suse.de ([195.135.220.2]:57423 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751101Ab0HSVWf (ORCPT ); Thu, 19 Aug 2010 17:22:35 -0400 From: Andreas Gruenbacher Organization: SUSE Labs, Novell Inc. To: Eric Paris Subject: Re: [GIT PULL] notification tree - try 37! Date: Thu, 19 Aug 2010 23:22:15 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.34-12-desktop; KDE/4.4.4; x86_64; ; ) Cc: Christoph Hellwig , Matt Helsley , torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, viro@zeniv.linux.org.uk, akpm@linux-foundation.org, Michael Kerrisk References: <1281110319.17812.21.camel@dhcp231-200.rdu.redhat.com> <1282250565.21419.1821.camel@acb20005.ipt.aol.com> <201008192307.32526.agruen@suse.de> In-Reply-To: <201008192307.32526.agruen@suse.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201008192322.17268.agruen@suse.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1197 Lines: 31 On Thursday 19 August 2010 23:07:31 Andreas Gruenbacher wrote: > inotify_init() = 3 > inotify_add_watch(3, "d", > IN_ACCESS|IN_MODIFY|IN_ATTRIB|IN_CLOSE_WRITE|IN_CLOSE_NOWRITE|IN_OPEN|IN_M > OVED_FROM|IN_MOVED_TO|IN_CREATE| IN_DELETE|IN_DELETE_SELF|IN_MOVE_SELF) = 1 > read(3, "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0 \0\0@\0\0\0\0\0\0\0\0", > 4210688) = 32 > > => {wd = 1, mask = 0, cookie = 0, len = 0, name = ...} > => {wd = 1, mask = 1073741856, cookie = 0, len = 0, name = ...} > > read(3, "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\20\0\0@\0\0\0\0\0\0\0\0", > 4210688) = 32 > > => {wd = 1, mask = 0, cookie = 0, len = 0, name = ...} When disabling ignore masks (-n), I get another of these here: => {wd = 1, mask = 0, cookie = 0, len = 0, name = ...} > => {wd = 1, mask = 1073741840, cookie = 0, len = 0, name = ...} > > read(3, 0x7fff56db15e0, 4210688) = -1 EINTR (Interrupted system > call) Andreas -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/