LGTM -- Best regards, Igor Kozhukhov From: Matthew Ahrens <[email protected]> Reply-To: <[email protected]> Date: Saturday 9 April 2016 at 17:28 To: openzfs/openzfs <[email protected]> Subject: [developer] [openzfs/openzfs] 6872 zfs libraries should not allow uninitialized variables (#85)
> Reviewed by: Dan Kimmel [email protected] > Reviewed by: George Wilson [email protected] > Reviewed by: Prakash Surya [email protected] > > We compile the zfs libraries with -Wno-uninitialized. We should remove > this. Change makefiles, fix new warnings, fix pbchk errors. > > Upstream bugs: DLPX-19776 > > You can view, comment on, or merge this pull request online at: > https://github.com/openzfs/openzfs/pull/85 > Commit Summary > * 6872 zfs libraries should not allow uninitialized variables > File Changes > * M usr/src/cmd/zfs/Makefile > <https://github.com/openzfs/openzfs/pull/85/files#diff-0> (6) > * M usr/src/cmd/zpool/Makefile > <https://github.com/openzfs/openzfs/pull/85/files#diff-1> (5) > * M usr/src/cmd/zpool/zpool_vdev.c > <https://github.com/openzfs/openzfs/pull/85/files#diff-2> (4) > * M usr/src/lib/libzfs/Makefile.com > <https://github.com/openzfs/openzfs/pull/85/files#diff-3> (3) > * M usr/src/lib/libzfs/common/libzfs_dataset.c > <https://github.com/openzfs/openzfs/pull/85/files#diff-4> (7) > * M usr/src/lib/libzfs/common/libzfs_import.c > <https://github.com/openzfs/openzfs/pull/85/files#diff-5> (6) > * M usr/src/lib/libzfs/common/libzfs_util.c > <https://github.com/openzfs/openzfs/pull/85/files#diff-6> (2) > * M usr/src/lib/libzfs_jni/Makefile.com > <https://github.com/openzfs/openzfs/pull/85/files#diff-7> (5) > * M usr/src/lib/libzfs_jni/common/libzfs_jni_diskmgt.c > <https://github.com/openzfs/openzfs/pull/85/files#diff-8> (24) > * M usr/src/lib/libzpool/Makefile.com > <https://github.com/openzfs/openzfs/pull/85/files#diff-9> (3) > Patch Links: > * https://github.com/openzfs/openzfs/pull/85.patch > * https://github.com/openzfs/openzfs/pull/85.diff > > You are receiving this because you are subscribed to this thread. > Reply to this email directly or view it on GitHub > <https://github.com/openzfs/openzfs/pull/85> > > openzfs-developer | Archives > <https://www.listbox.com/member/archive/274414/=now> > <https://www.listbox.com/member/archive/rss/274414/28059325-76ffcbac> | > Modify > <https://www.listbox.com/member/?& > 3> Your Subscription <http://www.listbox.com> ------------------------------------------- openzfs-developer Archives: https://www.listbox.com/member/archive/274414/=now RSS Feed: https://www.listbox.com/member/archive/rss/274414/28015062-cce53afa Modify Your Subscription: https://www.listbox.com/member/?member_id=28015062&id_secret=28015062-f966d51c Powered by Listbox: http://www.listbox.com
