numam-spdk/lib/bdev/nvme
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_nvme.c bdev: replace off_t offsets with uint64_t 2016-09-29 13:13:32 -07:00
Makefile bdev: Separate the module header from the public header 2016-08-26 09:40:06 -07:00