Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Oct 2023 05:08:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274274] nmount logs to_path twice via ktrace()
Message-ID:  <bug-274274-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274274

            Bug ID: 274274
           Summary: nmount logs to_path twice via ktrace()
           Product: Base System
           Version: 13.2-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: rozhuk.im@gmail.com

Also order is wrong.
...
  6130 mount_nullfs CALL  nmount(0x80181f000,0x12,0<><invalid>0)
  6130 mount_nullfs NAMI=20
"/tmp/fbsd-12ce57e-b34e658-51d1890/rootfs/var/cache/ccache"
  6130 mount_nullfs NAMI=20
"/tmp/fbsd-12ce57e-b34e658-51d1890/rootfs/var/cache/ccache"
  6130 mount_nullfs NAMI  "/var/cache/ccache"
  6130 mount_nullfs RET   nmount 0
...

It should be:
...
  6130 mount_nullfs CALL  nmount(0x80181f000,0x12,0<><invalid>0)
  6130 mount_nullfs NAMI  "/var/cache/ccache"
  6130 mount_nullfs NAMI=20
"/tmp/fbsd-12ce57e-b34e658-51d1890/rootfs/var/cache/ccache"
  6130 mount_nullfs RET   nmount 0
...

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274274-227>