Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ public static class ScanInfoVolumeReport {
/**
* Create a new info list initialized to the given expected size.
*
* @param sz initial expected size
* @param volume
* @param blockPools list of known block pools
*/
ScanInfoVolumeReport(final FsVolumeSpi volume,
final Collection<String> blockPools) {
Expand Down Expand Up @@ -220,8 +221,6 @@ public static class BlockPoolReport {

/**
* Create a block pool report.
*
* @param volume
*/
BlockPoolReport() {
this.blockPools = new HashSet<>(2);
Expand Down