git.samba.org
/
sfrench
/
cifs-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
btrfs: tests: drop messages when some tests finish
[sfrench/cifs-2.6.git]
/
fs
/
btrfs
/
tests
/
extent-io-tests.c
diff --git
a/fs/btrfs/tests/extent-io-tests.c
b/fs/btrfs/tests/extent-io-tests.c
index e88b7c9667f815e803a9816e4f896d91287290f7..7bf4d5734dbe42aeb3186d79c0663eb267574150 100644
(file)
--- a/
fs/btrfs/tests/extent-io-tests.c
+++ b/
fs/btrfs/tests/extent-io-tests.c
@@
-444,6
+444,5
@@
int btrfs_test_extent_io(u32 sectorsize, u32 nodesize)
ret = test_eb_bitmaps(sectorsize, nodesize);
out:
- test_msg("extent I/O tests finished");
return ret;
}