Page MenuHomeFreeBSD

db_show_mount: Add mnt_lockref to ddb 'show mount'
ClosedPublic

Authored by cse_cem_gmail_com on Jan 27 2015, 2:23 PM.
Tags
None
Referenced Files
F131756293: D1688.id3457.diff
Fri, Oct 10, 10:20 PM
F131756282: D1688.id.diff
Fri, Oct 10, 10:20 PM
Unknown Object (File)
Fri, Oct 10, 4:21 PM
Unknown Object (File)
Tue, Oct 7, 11:20 PM
Unknown Object (File)
Sep 4 2025, 2:29 PM
Unknown Object (File)
Aug 17 2025, 6:50 AM
Unknown Object (File)
Aug 13 2025, 2:43 AM
Unknown Object (File)
Aug 11 2025, 8:31 PM
Subscribers

Details

Reviewers
emaste
ngie
Summary

To aid in debugging issues with mountpoints, print 'mnt_lockref' in the DDB 'show mount <addr>' command.

Test Plan

Build && sysctl debug.kdb.enter=1 && 'show mount' && 'show mount <X>'.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

cse_cem_gmail_com retitled this revision from to db_show_mount: Add mnt_lockref to ddb 'show mount'.
cse_cem_gmail_com updated this object.
cse_cem_gmail_com edited the test plan for this revision. (Show Details)
cse_cem_gmail_com added a reviewer: emaste.
ngie added a reviewer: ngie.
This revision is now accepted and ready to land.Jan 28 2015, 1:03 AM

Ping! Can someone take and commit this? I don't have a bit and phabricator thinks I should do it.

Committed in r278891 -- thanks for the prod!