aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/notify/fsnotify.c')
-rw-r--r--fs/notify/fsnotify.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/notify/fsnotify.c b/fs/notify/fsnotify.c
index 076c10e959d5..72aae4045314 100644
--- a/fs/notify/fsnotify.c
+++ b/fs/notify/fsnotify.c
@@ -174,6 +174,10 @@ static int send_to_group(struct fsnotify_group *group, struct inode *to_tell,
174 int data_is, u32 cookie, const unsigned char *file_name, 174 int data_is, u32 cookie, const unsigned char *file_name,
175 struct fsnotify_event **event) 175 struct fsnotify_event **event)
176{ 176{
177 pr_debug("%s: group=%p to_tell=%p mnt=%p mask=%x data=%p data_is=%d"
178 " cookie=%d event=%p\n", __func__, group, to_tell, mnt,
179 mask, data, data_is, cookie, *event);
180
177 if (!group->ops->should_send_event(group, to_tell, mnt, mask, 181 if (!group->ops->should_send_event(group, to_tell, mnt, mask,
178 data, data_is)) 182 data, data_is))
179 return 0; 183 return 0;