summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordzwdz2024-07-14 18:58:43 +0200
committerdzwdz2024-07-14 18:58:43 +0200
commitb3a86647b644db30f5fd70bd651c44f681962a9b (patch)
tree387b8a043c0f8b1fac29ac5caf68551d1f494079 /src
parent8e403358b5a7ec3a5933257a95aa528c7f503ba0 (diff)
kernel/request: remove outdated comment in VfsReq
Diffstat (limited to 'src')
-rw-r--r--src/kernel/vfs/request.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kernel/vfs/request.h b/src/kernel/vfs/request.h
index 0b93491..06c46e7 100644
--- a/src/kernel/vfs/request.h
+++ b/src/kernel/vfs/request.h
@@ -52,8 +52,6 @@ struct VfsReq {
long offset;
int flags;
- /* if caller != NULL, owned by it - don't free, the allocation will be reused
- * if caller == NULL, free on finish */
Proc *caller;
VfsBackend *backend;