diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-18 21:18:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-18 21:18:31 +0000 |
commit | 20df0096095d99c7e8ff9d71046263127f610e6c (patch) | |
tree | fbbd21e5b4e70fa6add491161a87a6e04197b708 /trans | |
parent | 291ac3007530fc7ba367db80214261cd54b25f49 (diff) |
.
Diffstat (limited to 'trans')
-rw-r--r-- | trans/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog index e041fc7f..48a50f08 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,3 +1,17 @@ +2002-05-18 Roland McGrath <roland@frob.com> + + * fakeroot.c (new_node): Get a reference on NP to return to the caller. + (netfs_attempt_mkfile): Unlock before new_node call. + (new_node): Take new arg LOCKED, says idport_ihash_lock already held. + (netfs_S_dir_lookup, netfs_attempt_mkfile, main): Update callers. + + * fakeroot.c (fakeroot_auth_port): New variable. + (main): Initialize it. + (check_openmodes): New static function. + (netfs_check_open_permissions): Rewritten using it. + (netfs_S_dir_lookup): New function. + (netfs_attempt_lookup, netfs_attempt_create_file): Replaced with stubs. + 2002-05-13 Roland McGrath <roland@frob.com> * fakeroot.c (netfs_validate_stat): Set NP->nn_translated. |