tech-kern archive

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

Re: NFS over-quota not detected if utimes() called before fsync()/close()



The problem of close(2) returning an "unexpected" error showed up in the 
original Andrew Filesystem (AFS) papers from CMU, too - AFS syncs on close, 
which can fail, but they found most applications not checking the return code 
from close(2).

        Erik <fair%netbsd.org@localhost>



Home | Main Index | Thread Index | Old Index