summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
diff options
context:
space:
mode:
authorsmh <smh@FreeBSD.org>2016-01-09 03:30:33 +0000
committersmh <smh@FreeBSD.org>2016-01-09 03:30:33 +0000
commit01cafd61f08265a509c71b38ad4863c4723f2d34 (patch)
tree3c4e75e413956fbea34f6fe85aa78900a8675d85 /sys/boot/common
parentc38da7b287fab81d9571e6b84b21c013ecd2dc20 (diff)
downloadFreeBSD-src-01cafd61f08265a509c71b38ad4863c4723f2d34.zip
FreeBSD-src-01cafd61f08265a509c71b38ad4863c4723f2d34.tar.gz
Remove hidden "Not ufs" printfs from boot code
Remove the printf("Not ufs\n") from the boot code which was hidden by the local printf implementations, allowing these to have that code removed too. MFC after: 2 weeks X-MFC-With: r293268 Sponsored by: Multiplay
Diffstat (limited to 'sys/boot/common')
-rw-r--r--sys/boot/common/ufsread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/common/ufsread.c b/sys/boot/common/ufsread.c
index c02010f..d0ca57a 100644
--- a/sys/boot/common/ufsread.c
+++ b/sys/boot/common/ufsread.c
@@ -211,7 +211,6 @@ fsread(ufs_ino_t inode, void *buf, size_t nbyte)
break;
}
if (sblock_try[n] == -1) {
- printf("Not ufs\n");
return -1;
}
dsk_meta++;
OpenPOWER on IntegriCloud