Bug 156908

Summary: dumpfs(8) incorrectly displays ufsid
Product: Base System Reporter: Domagoj Smolčić <rank1seeker>
Component: binAssignee: 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 Flags
Patch for sbin/dumpfs/dumpfs.c to enable output for UFS2 identical to that for UFS1 none

Description Domagoj Smolčić 2011-05-09 16:30:09 UTC
I am OP.

http://forums.freebsd.org/showthread.php?p=133704
Comment 1 Trond Endrestøl 2015-05-26 16:54:47 UTC
Created attachment 157172 [details]
Patch for sbin/dumpfs/dumpfs.c to enable output for UFS2 identical to that for UFS1
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-05-26 18:28:39 UTC
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
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-06-02 01:56:16 UTC
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
Comment 4 Andrey V. Elsukov freebsd_committer freebsd_triage 2015-06-02 01:56:59 UTC
Fixed in head/ and stable/10. Thanks!