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)
Oct 8 2024, 1:26 AM
Unknown Object (File)
Oct 5 2024, 2:00 AM
Unknown Object (File)
Oct 4 2024, 10:59 PM
Unknown Object (File)
Oct 2 2024, 8:27 AM
Unknown Object (File)
Sep 29 2024, 12:30 PM
Unknown Object (File)
Sep 28 2024, 7:29 PM
Unknown Object (File)
Sep 27 2024, 7:22 AM
Unknown Object (File)
Sep 21 2024, 2:09 AM
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.