Age | Commit message (Collapse) | Author |
|
* fakeroot.c (netfs_attempt_lookup): Really check for EROFS or
EISDIR error from O_RDWR lookup (the last change checked for
O_RDWR | O_EXEC looks up, which is also necessary).
(netfs_attempt_mkfile): Unlock DIR.
(netfs_attempt_create_file): Likewise.
(netfs_S_io_map): New function.
|
|
* fakeroot.c (netfs_attempt_lookup): Check for EROFS or EISDIR error
from O_RDWR lookup.
|
|
* fakeroot.c (netfs_attempt_lookup): Check io_identity result for our
own fsys identity port; on match, look up the existing node for the
port to ourselves.
|
|
* fakeroot.c (netfs_attempt_lookup): Unlock DIR before doing RPCs.
|
|
* fakeroot.c (netfs_node_norefs): Unlock node after not dropping
it at all.
|
|
* fakeroot.c: New file.
|