---------- Forwarded message ---------- From: Stef Bon <stefbon@xxxxxxxxx> Date: 2013/6/13 Subject: Re: missing inotify CREATE event To: "Parzer, Peter" <Peter.Parzer@xxxxxxxxxxxxxxxxxxxxx> Hi, maybe I can help you. The utility touch does sometimes create a file using the syscall create, sometimes using open, with the right flags. In fact acoording to: http://pubs.opengroup.org/onlinepubs/7908799/xsh/creat.html the create call is actually an open call. So maybe there are reasons for touch to call create in the first case, and only open in the second. Did the second one already exist?? Stef -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html