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); } /*