[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A5E3A9F.1040809@redhat.com>
Date: Wed, 15 Jul 2009 15:22:55 -0500
From: Eric Sandeen <sandeen@...hat.com>
To: ext4 development <linux-ext4@...r.kernel.org>
Subject: [PATCH] fielfrag: fix it so it works in the bmap fallback case.
It looks like some debugging crept in?
Signed-off-by: Eric Sandeen <sandeen@...hat.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists