Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c98ce4
)
libext2fs: remove redundant code in rb_print_stats()
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 7 Jan 2014 05:50:05 +0000
(
00:50
-0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 7 Jan 2014 14:10:24 +0000
(09:10 -0500)
Addresses-Coverity-Id: #709550
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/blkmap64_rb.c
patch
|
blob
|
history
diff --git
a/lib/ext2fs/blkmap64_rb.c
b/lib/ext2fs/blkmap64_rb.c
index
a22682e
..
a189590
100644
(file)
--- a/
lib/ext2fs/blkmap64_rb.c
+++ b/
lib/ext2fs/blkmap64_rb.c
@@
-819,7
+819,6
@@
static void rb_print_stats(ext2fs_generic_bitmap bitmap)
bp = (struct ext2fs_rb_private *) bitmap->private;
- node = ext2fs_rb_first(&bp->root);
for (node = ext2fs_rb_first(&bp->root); node != NULL;
node = ext2fs_rb_next(node)) {
ext = node_to_extent(node);