Page MenuHomeFreeBSD

Code cleanup in fstyp zfs support
ClosedPublic

Authored by delphij on Aug 27 2015, 7:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 7 2024, 5:33 PM
Unknown Object (File)
Feb 5 2024, 11:44 PM
Unknown Object (File)
Jan 7 2024, 6:11 PM
Unknown Object (File)
Dec 19 2023, 11:47 PM
Unknown Object (File)
Sep 11 2023, 1:30 PM
Unknown Object (File)
Aug 27 2023, 2:46 PM
Unknown Object (File)
Aug 8 2023, 10:24 PM
Unknown Object (File)
Aug 8 2023, 10:23 PM
Subscribers

Details

Summary

Eliminate unneeded copying of vdev data, goto, etc. and add a note
that checksum of vdev label should be checked (which is not done
currently).

No functional change.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

delphij retitled this revision from to Code cleanup in fstyp zfs support.
delphij updated this object.
delphij edited the test plan for this revision. (Show Details)
delphij added a reviewer: allanjude.
allanjude edited edge metadata.
This revision is now accepted and ready to land.Sep 1 2015, 12:47 PM

trasz@ would like to see the WARNS level in the Makefile for fstype turned back up. Previously, warnings-as-errors on GCC builds of ZFS made this an issue.

This revision was automatically updated to reflect the committed changes.

trasz@ would like to see the WARNS level in the Makefile for fstype turned back up. Previously, warnings-as-errors on GCC builds of ZFS made this an issue.

I have raised it to 2. clang seems to be happy with WARNS?=6 but GCC48 is still complaining and I think we would need to address that in a different revision.