Project

General

Profile

Actions

Bug #411

closed

resolved: Re: nfs (client) directory cacheing bug

Added by andrew_atrens over 17 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

The (recent?) MFC to linux_machdep.c of the sys_exit_group() return code init
fix resolves this problem for me!

Thanks!

Andrew

int
sys_linux_exit_group(struct linux_exit_group_args *args) {
struct exit_args newargs;
int error;

newargs.sysmsg_result = 0;
+ newargs.rval = args->rval;
error = sys_exit(&newargs);
args->sysmsg_result = newargs.sysmsg_result;
return (error);
}

No data to display

Actions

Also available in: Atom PDF