It looks like some debugging crept in? Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> --- diff --git a/misc/filefrag.c b/misc/filefrag.c index 702cb8d..be57349 100644 --- a/misc/filefrag.c +++ b/misc/filefrag.c @@ -95,8 +95,6 @@ static int get_bmap(int fd, unsigned long block, unsigned long *phy_blk) int ret; unsigned int b; - printf("Calling get_bmap for block %lu\n", block); - abort(); b = block; ret = ioctl(fd, FIBMAP, &b); /* FIBMAP takes pointer to integer */ if (ret < 0) { -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html