]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
Remove code to align direct I/Os.
authorLachlan McIlroy <lachlan@sgi.com>
Wed, 20 Dec 2006 14:34:47 +0000 (14:34 +0000)
committerLachlan McIlroy <lachlan@sgi.com>
Wed, 20 Dec 2006 14:34:47 +0000 (14:34 +0000)
commit886578b4beea2da5040dcbf75f0b3f34ee24f9ae
tree972cd0f7503d1c9be7aed852ed81962f90b5dde4
parent04aee63b2f3ce8fb4d3425d199fbcb02fddab82c
Remove code to align direct I/Os.

The alignment code was aligning the boundaries of I/Os to meet the alignment
constraints of the filesystem and as a result was reading/writing more data
than requested causing corruption.  It's up to the user to get the alignment
right.
Merge of master-melb:xfs-cmds:27787a by kenmcd.

  Remove code to align direct I/Os - it was causing corruption in data integrity
  tests.
io/io.h
io/pread.c
io/pwrite.c