Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210098
b: refs/heads/master
c: ff8d6e9
h: refs/heads/master
v: v3
  • Loading branch information
Tvrtko Ursulin authored and Eric Paris committed Aug 23, 2010
1 parent 4a9116d commit 49ceb7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 2eebf582c9b3106abb9c33f4fc0a347fb9391037
refs/heads/master: ff8d6e983185ce19fa92bb836eb52b589957be65
3 changes: 0 additions & 3 deletions trunk/fs/notify/fanotify/fanotify.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ static bool fanotify_should_send_event(struct fsnotify_group *group,
"mask=%x data=%p data_type=%d\n", __func__, group, to_tell,
inode_mark, vfsmnt_mark, event_mask, data, data_type);

pr_debug("%s: group=%p vfsmount_mark=%p inode_mark=%p mask=%x\n",
__func__, group, vfsmnt_mark, inode_mark, event_mask);

/* sorry, fanotify only gives a damn about files and dirs */
if (!S_ISREG(to_tell->i_mode) &&
!S_ISDIR(to_tell->i_mode))
Expand Down

0 comments on commit 49ceb7e

Please sign in to comment.