On Tue, Jan 19, 2010 at 12:17 PM, Kirill A. Shutemov <kir...@shutemov.name> wrote: > On Tue, Jan 19, 2010 at 2:11 PM, Juan Quintela <quint...@redhat.com> wrote: >> "Kirill A. Shutemov" <kir...@shutemov.name> wrote: >>> A variant of write(2) which handles partial write. >>> >>> Signed-off-by: Kirill A. Shutemov <kir...@shutemov.name> >> >> Hi >> >> Have you updated this series? Is there any reason that you know when >> they haven't been picked? > > I don't know any reason, but I'm going to review it once again.
I don't know about others, but I didn't feel competent enough about all possible corner cases of write(). > I also have plan to get rid of -fno-strict-aliasing where it's possible. That should be interesting too, if it does not make code more unreadable.