* [PATCH] fielfrag: fix it so it works in the bmap fallback case.
@ 2009-07-15 20:22 Eric Sandeen
2009-07-18 13:57 ` Theodore Tso
0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2009-07-15 20:22 UTC (permalink / raw)
To: ext4 development
It looks like some debugging crept in?
Signed-off-by: Eric Sandeen <sandeen@redhat.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) {
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fielfrag: fix it so it works in the bmap fallback case.
2009-07-15 20:22 [PATCH] fielfrag: fix it so it works in the bmap fallback case Eric Sandeen
@ 2009-07-18 13:57 ` Theodore Tso
0 siblings, 0 replies; 2+ messages in thread
From: Theodore Tso @ 2009-07-18 13:57 UTC (permalink / raw)
To: Eric Sandeen; +Cc: ext4 development
On Wed, Jul 15, 2009 at 03:22:55PM -0500, Eric Sandeen wrote:
> It looks like some debugging crept in?
>
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Thanks, applied.
- Ted
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-18 13:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-15 20:22 [PATCH] fielfrag: fix it so it works in the bmap fallback case Eric Sandeen
2009-07-18 13:57 ` Theodore Tso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).