Skip to content

Commit b3261f1

Browse files
author
Paul Dagnelie
committed
style
Signed-off-by: Paul Dagnelie <paul.dagnelie@klarasystems.com>
1 parent 628703d commit b3261f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

module/zfs/metaslab.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -5940,8 +5940,8 @@ metaslab_alloc(spa_t *spa, metaslab_class_t *mc, uint64_t psize, blkptr_t *bp,
59405940
int
59415941
metaslab_alloc_range(spa_t *spa, metaslab_class_t *mc, uint64_t psize,
59425942
uint64_t max_psize, blkptr_t *bp, int ndvas, uint64_t txg,
5943-
blkptr_t *hintbp, int flags, zio_alloc_list_t *zal,
5944-
int allocator, const void *tag, uint64_t *actual_psize)
5943+
blkptr_t *hintbp, int flags, zio_alloc_list_t *zal, int allocator,
5944+
const void *tag, uint64_t *actual_psize)
59455945
{
59465946
dva_t *dva = bp->blk_dva;
59475947
dva_t *hintdva = (hintbp != NULL) ? hintbp->blk_dva : NULL;

tests/zfs-tests/tests/functional/gang_blocks/gang_blocks_001_pos.ksh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/ksh
2+
# SPDX-License-Identifier: CDDL-1.0
23
#
34
# This file and its contents are supplied under the terms of the
45
# Common Development and Distribution License ("CDDL"), version 1.0.

0 commit comments

Comments
 (0)