Signed-off-by: Jim Rees <rees@xxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- utils/blkmapd/device-process.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/blkmapd/device-process.c b/utils/blkmapd/device-process.c index 9e91840..c4e72ea 100644 --- a/utils/blkmapd/device-process.c +++ b/utils/blkmapd/device-process.c @@ -121,7 +121,7 @@ read_cmp_blk_sig(const char *dev_name, struct bl_sig_comp *comp, goto error; } - if (atomicio(read, fd, sig, comp->bs_length) != comp->bs_length) { + if (read(fd, sig, comp->bs_length) != comp->bs_length) { BL_LOG_ERR("File %s read error\n", dev_name); goto error; } -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html