Skip to content

Commit

Permalink
Merge pull request openzfs#438 from delphix/projects/merge-upstream/m…
Browse files Browse the repository at this point in the history
…aster

Merge remote-tracking branch '6.0/stage' into 'master'
  • Loading branch information
grwilson authored May 18, 2022
2 parents 1536a42 + 9df985e commit cbff55f
Show file tree
Hide file tree
Showing 47 changed files with 576 additions and 521 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zfs-tests-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
./autogen.sh
- name: Configure
run: |
./configure --enable-debug --enable-debuginfo --enable-asan --enable-ubsan
./configure --enable-debug --enable-debuginfo
- name: Make
run: |
make -j$(nproc) --no-print-directory --silent pkg-utils pkg-kmod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zfs-tests-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
./autogen.sh
- name: Configure
run: |
./configure --enable-debug --enable-debuginfo --enable-asan --enable-ubsan
./configure --enable-debug --enable-debuginfo
- name: Make
run: |
make -j$(nproc) --no-print-directory --silent pkg-utils pkg-kmod
Expand Down
2 changes: 1 addition & 1 deletion cmd/zdb/zdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -8665,7 +8665,7 @@ main(int argc, char **argv)
};

while ((c = getopt_long(argc, argv,
"a:AB:bcCdDeEf:Fg:GhiI:klLmMNo:Op:pPqrRsSt:TuU:vVx:XYyZz:",
"a:AB:bcCdDeEf:Fg:GhiI:klLmMNo:Op:pPqrRsSt:T:uU:vVx:XYyZz:",
long_options, NULL)) != -1) {
switch (c) {
case 'b':
Expand Down
Loading

0 comments on commit cbff55f

Please sign in to comment.