* [patch 2/3] inotify: event ordering
@ 2005-07-13 16:38 Robert Love
0 siblings, 0 replies; only message in thread
From: Robert Love @ 2005-07-13 16:38 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, John McCutchan, Linux Kernel Mailing List
Linus,
Attached patch rearranges the event ordering for "open" to be consistent
with the ordering of the other events.
Patch is against current git tree. Please, apply.
Robert Love
Signed-off-by: Robert Love <rml@novell.com>
include/linux/fsnotify.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -urN linux-inotify/include/linux/fsnotify.h linux/include/linux/fsnotify.h
--- linux-inotify/include/linux/fsnotify.h 2005-07-13 11:25:31.000000000 -0400
+++ linux/include/linux/fsnotify.h 2005-07-13 11:24:27.000000000 -0400
@@ -125,8 +125,8 @@
if (S_ISDIR(inode->i_mode))
mask |= IN_ISDIR;
- inotify_inode_queue_event(inode, mask, 0, NULL);
inotify_dentry_parent_queue_event(dentry, mask, 0, dentry->d_name.name);
+ inotify_inode_queue_event(inode, mask, 0, NULL);
}
/*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-13 16:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-13 16:38 [patch 2/3] inotify: event ordering Robert Love
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox