copy.c: ensure proper alignment of fiemap buffer
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Jun 2010 06:15:07 +0000 (08:15 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 30 Jan 2011 19:44:11 +0000 (20:44 +0100)
commita40a8fe1e52a78dc9493cbcecc9a01e72f1a76d8
tree07b9d0a181a7ceb75f3a52330b8cb5752a9a6607
parent3058ffa5016bc11c1a46391ae0f6eb51643aad9e
copy.c: ensure proper alignment of fiemap buffer

* src/copy.c (fiemap_copy): Ensure that our fiemap buffer
is large enough and well-aligned.
Replace "0LL" with equivalent "0" as 3rd argument to lseek.
src/copy.c