| Summary: | dumpfs(8) incorrectly displays ufsid | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Domagoj Smolčić <rank1seeker> | ||||
| Component: | bin | Assignee: | Andrey V. Elsukov <ae> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | Trond.Endrestol, ae | ||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Domagoj Smolčić
2011-05-09 16:30:09 UTC
Created attachment 157172 [details]
Patch for sbin/dumpfs/dumpfs.c to enable output for UFS2 identical to that for UFS1
A commit references this bug: Author: ae Date: Tue May 26 18:27:38 UTC 2015 New revision: 283577 URL: https://svnweb.freebsd.org/changeset/base/283577 Log: Print leading zeroes of UFS2 fs_id like we do for UFS1. PR: 156908 MFC after: 1 week Changes: head/sbin/dumpfs/dumpfs.c A commit references this bug: Author: ae Date: Tue Jun 2 01:55:55 UTC 2015 New revision: 283899 URL: https://svnweb.freebsd.org/changeset/base/283899 Log: MFC r283577: Print leading zeroes of UFS2 fs_id like we do for UFS1. PR: 156908 Changes: _U stable/10/ stable/10/sbin/dumpfs/dumpfs.c Fixed in head/ and stable/10. Thanks! |