tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PUFFS and existing file that get ENOENT
hi,
> YAMAMOTO Takashi <yamt%mwd.biglobe.ne.jp@localhost> wrote:
>
>> it should retry from puffs_cookie2pnode in that case.
>
> Here is a patch that works around the problem (I initially had printf to
> check it did go through the ENOENT case and it does). I am about to
> commit that and pullup to netbsd-5, except if there are comments.
> + case ENOENT:
> + goto retry;
> + break;
> + case 0:
> return 0;
> + break;
> + case ENOENT:
> + goto retry_vget;
> + break;
please clean up these unreachable statements.
otherwise looks ok to me. thanks for fixing.
YAMAMOTO Takashi
Home |
Main Index |
Thread Index |
Old Index