cvs commit: src/sys/kern kern_shutdown.c
Roman Kurakin
rik at cronyx.ru
Wed Jul 21 10:11:13 PDT 2004
Robert Watson wrote:
>On Wed, 21 Jul 2004, Roman Kurakin wrote:
>
>
>
>>How to change behavior?
>>
>>
>
>When we're in a "panic" state, we will no long attempt to call out to all
>file systems to synchronize their on-disk data with in-memory data. This
>was unreliable in many circumstances because panic() can be called from
>some interesting places, such as in the scheduler, interrupt handlers, in
>the file system code, etc, and those circumstances were not conducive to
>
>
But if we are in panic in a good place it may save some critical data.
Is it possible to give
a choice to user?
[...]
rik
More information about the cvs-src
mailing list