Hi Cyril, > Hi! > > if (ioctl(fd, FIBMAP, &block)) { > > tst_res(TINFO | TERRNO, "FIBMAP ioctl is NOT supported"); > > close(fd); > This should be SAFE_CLOSE() as well, since we are doing the conversion. Good point, thanks. I added missing license and merged. Kind regards, Petr