* load_image() now has exec() semantics wrt file descriptors; before each team

would always inherit them all, causing quite a number of open files.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34247 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-11-25 16:16:22 +00:00
parent 3a6fc6d0aa
commit 1ba04177d3
3 changed files with 11 additions and 6 deletions
+2 -1
View File
@@ -73,7 +73,8 @@ status_t vfs_init(struct kernel_args *args);
status_t vfs_bootstrap_file_systems(void);
void vfs_mount_boot_file_system(struct kernel_args *args);
void vfs_exec_io_context(io_context *context);
io_context *vfs_new_io_context(io_context *parentContext);
io_context* vfs_new_io_context(io_context* parentContext,
bool purgeCloseOnExec);
void vfs_get_io_context(io_context *context);
void vfs_put_io_context(io_context *context);