diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-30 17:24:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-30 17:24:50 +0000 |
commit | 43220add1303fa6544c010674dd59341062cdbf5 (patch) | |
tree | 17e63bd5044c3abbe1638e1da07c86e94f2e3db2 /libtrivfs | |
parent | 462dd969597363acd4e0204c7424c2a575f7bf6b (diff) |
Formerly fsys-getroot.c.~16~
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/fsys-getroot.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libtrivfs/fsys-getroot.c b/libtrivfs/fsys-getroot.c index b0ba1f98..c22dd241 100644 --- a/libtrivfs/fsys-getroot.c +++ b/libtrivfs/fsys-getroot.c @@ -137,7 +137,7 @@ trivfs_S_fsys_getroot (struct trivfs_control *cntl, } else { - *do_retry = FS_RETRY_NONE; + *do_retry = FS_RETRY_NORMAL; *retry_name = '\0'; *newpt = ports_get_right (cred); *newpttype = MACH_MSG_TYPE_MAKE_SEND; @@ -162,11 +162,11 @@ trivfs_complete_open (struct trivfs_control *cntl, if (!err) fsys_getroot_reply (pendo->reply_port, pendo->reply_port_type, 0, - FS_RETRY_NONE, "", ports_get_right (pendo->cred), + FS_RETRY_NORMAL, "", ports_get_right (pendo->cred), MACH_MSG_TYPE_MAKE_SEND); else fsys_getroot_reply (pendo->reply_port, pendo->reply_port_type, err, - FS_RETRY_NONE, "", MACH_PORT_NULL, + FS_RETRY_NORMAL, "", MACH_PORT_NULL, MACH_MSG_TYPE_COPY_SEND); ports_done_with_port (pendo->cred); free (pendo); @@ -177,12 +177,12 @@ trivfs_complete_open (struct trivfs_control *cntl, { if (!err) fsys_getroot_reply (pendo->reply_port, pendo->reply_port_type, 0, - FS_RETRY_NONE, "", + FS_RETRY_NORMAL, "", ports_get_right (pendo->cred), MACH_MSG_TYPE_MAKE_SEND); else fsys_getroot_reply (pendo->reply_port, pendo->reply_port_type, err, - FS_RETRY_NONE, "", MACH_PORT_NULL, + FS_RETRY_NORMAL, "", MACH_PORT_NULL, MACH_MSG_TYPE_COPY_SEND); nxt = pendo->next; ports_done_with_port (pendo->cred); |