file: move mmap related data to engines/mmap.c where it belongs
authorJens Axboe <axboe@fb.com>
Mon, 15 Dec 2014 02:17:27 +0000 (19:17 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 15 Dec 2014 02:17:27 +0000 (19:17 -0700)
commit03a32636475b2efeb9ac3694c36fbe45b187d32a
treec270bbcfdb09ccbd45a421e454d0ae5405fda97b
parent03a7c2512c4166a62e99dcc689bc7f53afe96205
file: move mmap related data to engines/mmap.c where it belongs

We should not keep this in the generic file structure, it belongs
in file engine data for the specific engine.

Signed-off-by: Jens Axboe <axboe@fb.com>
engines/mmap.c
file.h
filesetup.c