Spdk/lib/util
Daniel Verkamp ae80d88bcb util: fix return code checks in dev_get_blocklen
The ioctl() calls in dev_get_blocklen() were checking for != 0 instead
of == 0, so the default path (512) was always being taken.

Change-Id: Ib0b016b1d453fb94d408063417b7485ff24ed220
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2015-11-02 08:48:58 -07:00
..
file.c util: fix return code checks in dev_get_blocklen 2015-11-02 08:48:58 -07:00
Makefile util: add file size and block size functions 2015-10-26 11:16:56 -07:00
pci.c Add pci_device_has_non_null_driver(). 2015-09-25 12:45:04 -07:00
string.c util: add sprintf_alloc() function 2015-10-06 10:40:51 -07:00