Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: tmpfs breakage in 5.99.53?



Julio Merino <jmmv%julipedia.org@localhost> writes:

> # /usr/tests/atf/test-programs/c_helpers -r /foo/bar/result \
>   expect_exit_but_pass
> # cat /foo/bar/result

It looks like necessary fault doesn't occur timely.

The above two commands involve following operations and two faults:
        ubc_uiomove for write
        uao_put(PGO_FREE)
        ubc_uiomove for write
        ubc_uiomove for read

When the 2nd faults occurs during 2nd ubc_uiomove for write, resulting
file contains correct text.  On failure case, the 2nd fault occurs
during ubc_uiomove for read.

enami.


Home | Main Index | Thread Index | Old Index