many locations: Change occurences of open() followed by file_detach() to file_open(). Change most non-controversion calls to open() to nx_open().
fs/inode/fs_fileopen.c: Flesh out file_open() with some interim, placeholder logic.
fs/inode/fs_fileopen.c: Add a framework for a file_open() implementation (no real logic in place yet).
fs/vfs/fs_open.c: Add nx_open() which is the same as open() except that it does not create a cancellation point nor does it modify the errno variable.
|
||
|---|---|---|
| .. | ||
| gnu-elf.ld | ||
| Kconfig | ||
| Make.defs | ||
| modlib.h | ||
| modlib_bind.c | ||
| modlib_depend.c | ||
| modlib_init.c | ||
| modlib_iobuffer.c | ||
| modlib_load.c | ||
| modlib_read.c | ||
| modlib_registry.c | ||
| modlib_sections.c | ||
| modlib_symbols.c | ||
| modlib_symtab.c | ||
| modlib_uninit.c | ||
| modlib_unload.c | ||
| modlib_verify.c | ||