]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/notify/fanotify/fanotify.c
fanotify: userspace interface for permission responses
[net-next-2.6.git] / fs / notify / fanotify / fanotify.c
index 52d0a55a249ed9b9362854c17142a0b3440f4d35..bbcfccd4a8ea70138d59f65f398692df33d6cfb7 100644 (file)
@@ -114,6 +114,9 @@ static int fanotify_get_response_from_access(struct fsnotify_group *group,
        event->response = 0;
        spin_unlock(&event->lock);
 
+       pr_debug("%s: group=%p event=%p about to return ret=%d\n", __func__,
+                group, event, ret);
+       
        return ret;
 }
 #endif