[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1229600542-11585-1-git-send-email-kraxel@redhat.com>
Date: Thu, 18 Dec 2008 12:42:19 +0100
From: Gerd Hoffmann <kraxel@...hat.com>
To: linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org,
linux-api@...r.kernel.org
Cc: aarcange@...hat.com, Gerd Hoffmann <kraxel@...hat.com>
Subject: [PATCH v4 0/3] System call design: preadv & pwritev.
Hi folks,
Guess I have your attention now thanks to LWN ;)
Next round of the preadv & pwritev patch series, hopefully finally
solving the architecture issues. I've decided to go with the suggestion
from the s390 guys: split the 64bit offset into two explicitly coded
32bit halves. The syscall prototype should work now for all archs
without (in-kernel) wrappers. glibc must wrap the syscalls though to
hide that split from the applications. But there is no way around glibc
wrappers anyway, so I think that is sensible decision.
cheers,
Gerd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists