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
F157296009: D1688.id3457.diff
Wed, May 20, 2:45 AM
F157295999: D1688.id3457.diff
Wed, May 20, 2:45 AM
Unknown Object (File)
Tue, May 19, 2:45 AM
Unknown Object (File)
Tue, May 19, 2:16 AM
Unknown Object (File)
Fri, May 15, 5:41 AM
Unknown Object (File)
Thu, May 7, 12:07 AM
Unknown Object (File)
Mon, May 4, 11:53 AM
Unknown Object (File)
Sun, May 3, 6:44 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!