From 52768bf9dd37df3986e7386025164e98fb6e9374 Mon Sep 17 00:00:00 2001 From: Robert Love Date: Wed, 13 Jul 2005 12:38:39 -0400 Subject: [PATCH] --- yaml --- r: 4770 b: refs/heads/master c: 5995f16b4a464c8a57de7c9d5ddf4758dbacad41 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/fsnotify.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 370f5bf7c3e0..c548852a9eed 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0399cb08c54708db231d616f106f64d920e0b723 +refs/heads/master: 5995f16b4a464c8a57de7c9d5ddf4758dbacad41 diff --git a/trunk/include/linux/fsnotify.h b/trunk/include/linux/fsnotify.h index eb581b6cfca9..d07a92c94776 100644 --- a/trunk/include/linux/fsnotify.h +++ b/trunk/include/linux/fsnotify.h @@ -125,8 +125,8 @@ static inline void fsnotify_open(struct dentry *dentry) 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); } /*