diff options
author | dzwdz | 2024-07-14 18:58:43 +0200 |
---|---|---|
committer | dzwdz | 2024-07-14 18:58:43 +0200 |
commit | b3a86647b644db30f5fd70bd651c44f681962a9b (patch) | |
tree | 387b8a043c0f8b1fac29ac5caf68551d1f494079 /src | |
parent | 8e403358b5a7ec3a5933257a95aa528c7f503ba0 (diff) |
kernel/request: remove outdated comment in VfsReq
Diffstat (limited to 'src')
-rw-r--r-- | src/kernel/vfs/request.h | 2 |
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; |