diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-21 15:39:06 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-21 15:39:06 -0400 |
commit | 09faea731b9f1b01caf8f08761e0937724804558 (patch) | |
tree | 13846e623c7f3f1c6faf86b8273d1141f320aa2b /sys/dev/timer.c | |
parent | fe401d258f7dcb91f905f8becd1f36960db9af8b (diff) |
kernel: ctlfs: Do not reclaim ctlfs entries
There will likely be multiple times the reference count of a ctlfs entry
will hit zero. Several programs may open and close a ctlfs node more
than once and as these are hardwired kernel objects, they must always
stay present. At the most we may set the vp->data field to NULL,
indicating that it is currently unused.
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/dev/timer.c')
0 files changed, 0 insertions, 0 deletions