Changeset 337 for trunk/kernel/kern/process.c
- Timestamp:
- Aug 7, 2017, 12:50:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/process.c
r326 r337 282 282 283 283 // Decrease refcount for bin file, root file and cwd file 284 vfs_file_count_down( process->vfs_bin_xp );285 286 284 if( process->vfs_bin_xp != XPTR_NULL ) vfs_file_count_down( process->vfs_bin_xp ); 285 if( process->vfs_root_xp != XPTR_NULL ) vfs_file_count_down( process->vfs_root_xp ); 286 if( process->vfs_cwd_xp != XPTR_NULL ) vfs_file_count_down( process->vfs_cwd_xp ); 287 287 288 288 // Destroy VMM
Note: See TracChangeset
for help on using the changeset viewer.