From 8c974aa8006f2f33f6b14563bda5a14f5bcc412d Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 27 Jun 2013 21:22:02 +0200 Subject: [PATCH] node monitor: add TODO regarding the syscalls --- src/system/kernel/fs/node_monitor.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/system/kernel/fs/node_monitor.cpp b/src/system/kernel/fs/node_monitor.cpp index d66534475a..ae5e66e05b 100644 --- a/src/system/kernel/fs/node_monitor.cpp +++ b/src/system/kernel/fs/node_monitor.cpp @@ -1247,6 +1247,12 @@ notify_query_attr_changed(port_id port, int32 token, dev_t device, // #pragma mark - User syscalls +// TODO: We should verify that the port specified in the syscalls does actually +// belong to the calling team. The situation is complicated by the fact that a +// port can be transferred to another team. Consequently we should remove all +// associated monitor listeners when a port is transferred/deleted. + + status_t _user_stop_notifying(port_id port, uint32 token) {