Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- sys-utils/eject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/eject.c b/sys-utils/eject.c index f98f227..5bcde68 100644 --- a/sys-utils/eject.c +++ b/sys-utils/eject.c @@ -636,7 +636,7 @@ static int eject_scsi(int fd) return 0; /* force kernel to reread partition table when new disc inserted */ - status = ioctl(fd, BLKRRPART); + ioctl(fd, BLKRRPART); return 1; } -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html