]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: remove duplicate vector memalign from xfs_io
authorMark Tinguely <tinguely@sgi.com>
Thu, 27 Sep 2012 12:47:36 +0000 (12:47 +0000)
committerMark Tinguely <tinguely@eagdhcp-232-125.americas.sgi.com>
Fri, 28 Sep 2012 16:30:18 +0000 (11:30 -0500)
commit09bd34dddad113bff5c9e3c8219e30ad5b2de230
tree2345ad0eeff6612abb17838a7ac6fd523aad5393
parent8639eadea4ec0e3b3d8b464dfbdf46ac6ab479b0
xfsprogs: remove duplicate vector memalign from xfs_io

The vector feature of xfs_io uses its own memory buffer in the
iov structure and does not use the buffer entry. Remove the
duplicate memalign.

v2: removed global buffer in __dump_buffer() and use passed buf
     pointer per Ben's detection.

Signed-off-by: Mark Tinguely <tinguely@sgi.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
io/pread.c