Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4770
b: refs/heads/master
c: 5995f16
h: refs/heads/master
v: v3
  • Loading branch information
Robert Love authored and Linus Torvalds committed Jul 13, 2005
1 parent 8fb9bd5 commit 52768bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0399cb08c54708db231d616f106f64d920e0b723
refs/heads/master: 5995f16b4a464c8a57de7c9d5ddf4758dbacad41
2 changes: 1 addition & 1 deletion trunk/include/linux/fsnotify.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/*
Expand Down

0 comments on commit 52768bf

Please sign in to comment.