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)
Mon, Mar 25, 9:33 PM
Unknown Object (File)
Mon, Mar 25, 9:32 PM
Unknown Object (File)
Feb 22 2024, 8:42 PM
Unknown Object (File)
Dec 19 2023, 11:30 PM
Unknown Object (File)
Nov 13 2023, 1:19 PM
Unknown Object (File)
Oct 28 2023, 6:42 AM
Unknown Object (File)
Oct 25 2023, 8:53 AM
Unknown Object (File)
Aug 21 2023, 12:55 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!