From kde-bugs-dist Sun Jun 30 22:46:58 2013 From: Heinrich Schuchardt Date: Sun, 30 Jun 2013 22:46:58 +0000 To: kde-bugs-dist Subject: [valgrind] [Bug 320895] add fanotify support (patch included) Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=137263243032645 https://bugs.kde.org/show_bug.cgi?id=320895 --- Comment #12 from Heinrich Schuchardt --- Hello Bart, the file descriptor returned in struct fanotify_event_metadata is created by function create_fd in file fs/notify/fanotify/fanotify_user.c of the kernel source. http://lxr.free-electrons.com/source/fs/notify/fanotify/fanotify_user.c#L62 Reading http://valgrind.org/docs/manual/manual-core-adv.html#manual-core-adv.wrapping it is still unclear to me if it is possible to wrap this static function. Best regards Heinrich Schuchardt -- You are receiving this mail because: You are watching all bug changes.