CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/26 04:11:02
Modified files:
sys/tmpfs : tmpfs_mem.c
Log message:
Decrease mp->tm_nodes_cnt in the tmpfs_node_get() error path.
mpfs_mem_incr() can fail and previously increased mp->tm_nodes_cnt
should be decreased if so.
ok semarie mpi
