tech-kern archive

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

Re: [PATCH] PUFFS backend allocation (round 3)



On 28 Oct 2014, at 14:37, Emmanuel Dreyfus <manu%netbsd.org@localhost> wrote:

> On Sun, Oct 26, 2014 at 09:21:13AM +0100, J. Hannken-Illjes wrote:
>> - You should recover the error in puffs_vnop_close() too.
> 
> Should I? puffs_vnop_close() does not cause VOP_STRATEGY to be
> called, it only send a message to the filesystem: If I recover 
> the VOP_STRATEGy error there I will steall it from a write or
> fsync call.

Doesn't puffs allow async writes?

NFS allows them and therefore VOP_CLOSE is the last chance to report
write errors back to the application.

--
J. Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig (Germany)



Home | Main Index | Thread Index | Old Index