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
Unknown Object (File)
Thu, Jan 23, 5:32 AM
Unknown Object (File)
Thu, Jan 23, 5:03 AM
Unknown Object (File)
Wed, Jan 8, 4:47 AM
Unknown Object (File)
Nov 22 2024, 2:25 PM
Unknown Object (File)
Nov 22 2024, 12:12 PM
Unknown Object (File)
Nov 21 2024, 8:42 AM
Unknown Object (File)
Nov 21 2024, 8:40 AM
Unknown Object (File)
Nov 17 2024, 9:20 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!