Re: [PATCH 21/37] libext2fs: have UNIX IO manager use pread/pwrite
From: Theodore Ts'o <tytso@mit.edu>
Date: 2014-08-02 23:19:06
From: Theodore Ts'o <tytso@mit.edu>
Date: 2014-08-02 23:19:06
On Thu, May 01, 2014 at 04:14:39PM -0700, Darrick J. Wong wrote:
If pread/pwrite are present, have the UNIX IO manager use them for aligned IOs (instead of the current seek -> read/write), thereby saving us a (minor) amount of system call overhead. Signed-off-by: Darrick J. Wong <redacted>
Thanks, applied. - Ted