]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/notify/fsnotify.c
fsnotify: add pr_debug throughout
[net-next-2.6.git] / fs / notify / fsnotify.c
index 076c10e959d506b2c41a22ca651c684a45a09b53..72aae40453147bb37400bdd854e3725417e80628 100644 (file)
@@ -174,6 +174,10 @@ static int send_to_group(struct fsnotify_group *group, struct inode *to_tell,
                         int data_is, u32 cookie, const unsigned char *file_name,
                         struct fsnotify_event **event)
 {
+       pr_debug("%s: group=%p to_tell=%p mnt=%p mask=%x data=%p data_is=%d"
+                " cookie=%d event=%p\n", __func__, group, to_tell, mnt,
+                mask, data, data_is, cookie, *event);
+
        if (!group->ops->should_send_event(group, to_tell, mnt, mask,
                                           data, data_is))
                return 0;