Files
linux-legacy/include/linux
John McCutchan 7ea6040b0e [PATCH] inotify: fix event loss on hardlinked files
People have run into a problem when they do this:

watch (file1, all_events);
watch (file2, some_events);

if file2 is a hard link to file1, some events will be missed because by
default we replace the mask.  The patch below adds a flag IN_MASK_ADD which
will cause inotify to add to the existing mask if present.

Signed-off-by: John McCutchan <ttb@tentacle.dhs.org>
Signed-off-by: Robert Love <rml@novell.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-09-07 16:57:39 -07:00
..
2005-09-03 16:45:02 +01:00
2005-09-07 16:57:21 -07:00
2005-09-07 16:57:20 -07:00
2005-09-05 00:06:09 -07:00
2005-09-07 16:57:21 -07:00
2005-09-07 16:57:32 -07:00
2005-09-05 09:14:13 -07:00
2005-09-05 09:26:56 -07:00
2005-09-07 16:57:19 -07:00
2005-09-07 16:57:24 -07:00
2005-09-07 16:57:18 -07:00
2005-09-07 16:57:21 -07:00
2005-09-05 00:05:45 -07:00
2005-09-07 16:57:34 -07:00