public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] fdisk: remove dead code
@ 2012-11-26  4:29 Davidlohr Bueso
  2012-11-30 12:50 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Davidlohr Bueso @ 2012-11-26  4:29 UTC (permalink / raw)
  To: Karel Zak, Petr Uzel; +Cc: util-linux

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
---
 fdisks/fdisk.c |    9 ---------
 1 file changed, 9 deletions(-)

diff --git a/fdisks/fdisk.c b/fdisks/fdisk.c
index 5683307..d9e4f62 100644
--- a/fdisks/fdisk.c
+++ b/fdisks/fdisk.c
@@ -352,15 +352,6 @@ sector_t align_lba(struct fdisk_context *cxt, sector_t lba, int direction)
 		}
 	}
 
-	/***
-	 fprintf(stderr, "LBA %llu (%s) --align-(%s)--> %llu (%s)\n",
-				lba,
-				lba_is_aligned(lba) ? "OK" : "FALSE",
-				direction == ALIGN_UP ?   "UP     " :
-				direction == ALIGN_DOWN ? "DOWN   " : "NEAREST",
-				res,
-				lba_is_aligned(res) ? "OK" : "FALSE");
-	***/
 	return res;
 }
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/3] fdisk: remove dead code
  2012-11-26  4:29 [PATCH 2/3] fdisk: remove dead code Davidlohr Bueso
@ 2012-11-30 12:50 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2012-11-30 12:50 UTC (permalink / raw)
  To: Davidlohr Bueso; +Cc: Petr Uzel, util-linux

On Sun, Nov 25, 2012 at 08:29:12PM -0800, Davidlohr Bueso wrote:
>  fdisks/fdisk.c |    9 ---------
>  1 file changed, 9 deletions(-)

 Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-30 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26  4:29 [PATCH 2/3] fdisk: remove dead code Davidlohr Bueso
2012-11-30 12:50 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox