summaryrefslogtreecommitdiff
path: root/usr/src/cmd/fs.d/udfs/fsck/utilities.c
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2021-05-10 14:34:28 -0400
committerDan McDonald <danmcd@joyent.com>2021-05-10 14:34:30 -0400
commitef91a17a6ebaa4665ea40b866772359daad463c6 (patch)
tree6fa31041aff843b53e782cc6ae2ebde56ca96f64 /usr/src/cmd/fs.d/udfs/fsck/utilities.c
parent12bad196f1094a80f75f7004b6d17522f833ca15 (diff)
parenteee96f107560ac00d5cc32e4aa8a02376aaf19d4 (diff)
downloadillumos-joyent-ef91a17a6ebaa4665ea40b866772359daad463c6.tar.gz
[illumos-gate merge]
commit eee96f107560ac00d5cc32e4aa8a02376aaf19d4 13747 udfs: variable may be used uninitialized commit 920f538e9d81325e0e046cbc740f5c127eaee05a 13748 ypcmd: variable may be used uninitialized commit c6c850bf6e55f15fd8f56fb2e2c696a02b87948d 13746 statd: variable may be used uninitialized commit 826703e5ab8201460531b75273c9fa3814413cd9 13760 luxadm: variable may be used uninitialized commit a16c2dd277fe07b088b1a5da5b953f5415ce55ec 13717 kernel fpu use can still lead to panic commit 55dca7cbc3def8d68188566c201eb08bfa439fde 13709 sparc: we should be able to read boot_archive in cpio format commit e476cc14bc84d0f0ee2be4b969d558ef54fd2d8f 13779 su: cast between incompatible function types commit 2696d28bdff8fd7efcfc04100ee084df09358c52 13773 zs: cast between incompatible function types commit e3d11eee533a61e848d8b250c8db63f7cb855904 13629 nxge: build errors with gcc 10 commit 1ba081ee9f36cc673e86a7218c97c558c5b193e1 13782 Add missing capabilities for SPARC T4 commit aec0cbfb50629fbd4e80cf64ed4d22f1bb36a1f0 13771 util-tests: create svr4pkg tests commit 2663b0582183d1cc1437bc1462ecd94eca977da2 13411 zfs_mount_all_mountpoints.ksh: cleanup_all should leave pool root mounted commit 8459c777fc1aaabb2f7dad05de1313aa169417cd 11245 zfstest rename_dirs_001_pos RENAME_DIRS is undefined commit c778cbeb4bc8b9609f43b41183c6c774f574a9c2 13745 Make SMBsrv compatible with Modern Cups/ OpenPrinting Cups commit 9facd51aead02cdbd00e66663a6c34c9254ed0e7 13766 Restore ARC MFU/MRU pressure Conflicts: usr/src/pkg/manifests/system-test-utiltest.mf usr/src/test/util-tests/tests/Makefile
Diffstat (limited to 'usr/src/cmd/fs.d/udfs/fsck/utilities.c')
-rw-r--r--usr/src/cmd/fs.d/udfs/fsck/utilities.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/fs.d/udfs/fsck/utilities.c b/usr/src/cmd/fs.d/udfs/fsck/utilities.c
index 4823b6eab3..d34eef9549 100644
--- a/usr/src/cmd/fs.d/udfs/fsck/utilities.c
+++ b/usr/src/cmd/fs.d/udfs/fsck/utilities.c
@@ -147,6 +147,7 @@ printfree()
int i, startfree, endfree;
startfree = -1;
+ endfree = -1;
for (i = 0; i < part_len; i++) {
if (!testbusy(i)) {
if (startfree <= 0)