Re: [PATCH] Add FS_CLOSE_READ and FS_CLOSE_NOREAD flag to fsnotify

2015-09-23 Thread Patrick Puzik
- CLOSE_READ_WRITE flag or so but I guess this wouldn't be possible because of compability issues. right? -- Best Regards Patrick Puzik On Tue, 2015-09-22 at 11:06 +0200, Jan Kara wrote: > On Sun 20-09-15 23:07:35, Patrick Puzik wrote: > > Attached is a patch which is a preparation for the late

Re: [PATCH] Add FS_CLOSE_READ and FS_CLOSE_NOREAD flag to fsnotify

2015-09-23 Thread Patrick Puzik
- CLOSE_READ_WRITE flag or so but I guess this wouldn't be possible because of compability issues. right? -- Best Regards Patrick Puzik On Tue, 2015-09-22 at 11:06 +0200, Jan Kara wrote: > On Sun 20-09-15 23:07:35, Patrick Puzik wrote: > > Attached is a patch which is a preparation for the late

[PATCH] Add FS_CLOSE_READ and FS_CLOSE_NOREAD flag to fsnotify

2015-09-20 Thread Patrick Puzik
Attached is a patch which is a preparation for the later support of an event notification, when an unreadable or readable file was closed. Signed-off-by: Patrick Puzik --- include/linux/fsnotify_backend.h | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/include

[PATCH] Add FS_CLOSE_READ and FS_CLOSE_NOREAD flag to fsnotify

2015-09-20 Thread Patrick Puzik
Attached is a patch which is a preparation for the later support of an event notification, when an unreadable or readable file was closed. Signed-off-by: Patrick Puzik <p.puzi...@gmail.com> --- include/linux/fsnotify_backend.h | 12 1 file changed, 8 insertions(+), 4 del