[PATCH] Use posix_fallocate() to force file layout
authorJens Axboe <jens.axboe@oracle.com>
Wed, 25 Oct 2006 09:21:05 +0000 (11:21 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 25 Oct 2006 09:21:05 +0000 (11:21 +0200)
commit40f8298cd252157fa15d93f8eb470116a94069a0
tree7b6bf2d576dbafcbdcdf7ca6a31cd69ce4b74d0d
parent71bfa161f13b6fca98ba215ebebbcb5c99003d24
[PATCH] Use posix_fallocate() to force file layout

Dunno how well this works on all filesystems, but at least it's
a good hint to send wrt fragmentation and layout.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
filesetup.c