Spdk/lib/bdev/malloc
Daniel Verkamp d5dffc0596 bdev: replace off_t offsets with uint64_t
off_t is problematic for use as a file/block offset: it is signed, and
on 32-bit platforms, it can be 32 bits (depending on the settings of
_FILE_OFFSET_BITS and _LARGEFILE_SOURCE).

The blockdev layer already uses uint64_t to represent offsets; replace
the blockdev module uses of off_t in internal functions with uint64_t
to match.

Change-Id: I77a2e594572c56f1cd8a7a080f985ea5b27c35f3
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-09-29 13:13:32 -07:00
..
blockdev_malloc_rpc.c bdev: add block device abstraction layer 2016-07-21 10:35:03 -07:00
blockdev_malloc.c bdev: replace off_t offsets with uint64_t 2016-09-29 13:13:32 -07:00
blockdev_malloc.h bdev: add block device abstraction layer 2016-07-21 10:35:03 -07:00
Makefile bdev: Separate the module header from the public header 2016-08-26 09:40:06 -07:00