a7fd58c4db
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. |
||
---|---|---|
.. | ||
fs_filedetach.c | ||
fs_fileopen.c | ||
fs_files.c | ||
fs_foreachinode.c | ||
fs_inode.c | ||
fs_inodeaddref.c | ||
fs_inodebasename.c | ||
fs_inodefind.c | ||
fs_inodefree.c | ||
fs_inoderelease.c | ||
fs_inoderemove.c | ||
fs_inodereserve.c | ||
fs_inodesearch.c | ||
inode.h | ||
Make.defs |