Re: linux-next fsnotify mod breaks tail -f

2020-12-11 Thread Hugh Dickins
On Fri, 11 Dec 2020, Amir Goldstein wrote: > On Fri, Dec 11, 2020 at 1:45 AM Hugh Dickins wrote: > > > > Hi Jan, Amir, > > > > There's something wrong with linux-next commit ca7fbf0d29ab > > ("fsnotify: fix events reported to watching parent and child"). > > > > If I revert that commit, no

Re: linux-next fsnotify mod breaks tail -f

2020-12-11 Thread Amir Goldstein
On Fri, Dec 11, 2020 at 12:47 PM Jan Kara wrote: > > On Fri 11-12-20 10:42:16, Amir Goldstein wrote: > > On Fri, Dec 11, 2020 at 1:45 AM Hugh Dickins wrote: > > > > > > Hi Jan, Amir, > > > > > > There's something wrong with linux-next commit ca7fbf0d29ab > > > ("fsnotify: fix events reported to

Re: linux-next fsnotify mod breaks tail -f

2020-12-11 Thread Jan Kara
On Fri 11-12-20 10:42:16, Amir Goldstein wrote: > On Fri, Dec 11, 2020 at 1:45 AM Hugh Dickins wrote: > > > > Hi Jan, Amir, > > > > There's something wrong with linux-next commit ca7fbf0d29ab > > ("fsnotify: fix events reported to watching parent and child"). > > > > If I revert that commit, no

Re: linux-next fsnotify mod breaks tail -f

2020-12-11 Thread Amir Goldstein
On Fri, Dec 11, 2020 at 1:45 AM Hugh Dickins wrote: > > Hi Jan, Amir, > > There's something wrong with linux-next commit ca7fbf0d29ab > ("fsnotify: fix events reported to watching parent and child"). > > If I revert that commit, no problem; > but here's a one-line script "tailed": > > for i in 1

linux-next fsnotify mod breaks tail -f

2020-12-10 Thread Hugh Dickins
Hi Jan, Amir, There's something wrong with linux-next commit ca7fbf0d29ab ("fsnotify: fix events reported to watching parent and child"). If I revert that commit, no problem; but here's a one-line script "tailed": for i in 1 2 3 4 5; do date; sleep 1; done & Then if I run that (same result