summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-03-01 21:03:34 +0000
committerngie <ngie@FreeBSD.org>2015-03-01 21:03:34 +0000
commitb4b5cbeab36deda118b7a629b1f7e75a17190dda (patch)
tree127868accc327e00a57014fc4a3327eb6f6b42b3 /sys/kern/vfs_subr.c
parent76ac5da69f30c9df1e4e3077e1e693000fb18510 (diff)
downloadFreeBSD-src-b4b5cbeab36deda118b7a629b1f7e75a17190dda.zip
FreeBSD-src-b4b5cbeab36deda118b7a629b1f7e75a17190dda.tar.gz
MFC r278891:
Add the mnt_lockref field to the ddb(4) 'show mount' command Differential Revision: https://reviews.freebsd.org/D1688 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r--sys/kern/vfs_subr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index a7e8f63..a2690c6 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -3182,6 +3182,7 @@ DB_SHOW_COMMAND(mount, db_show_mount)
db_printf(" mnt_maxsymlinklen = %d\n", mp->mnt_maxsymlinklen);
db_printf(" mnt_iosize_max = %d\n", mp->mnt_iosize_max);
db_printf(" mnt_hashseed = %u\n", mp->mnt_hashseed);
+ db_printf(" mnt_lockref = %d\n", mp->mnt_lockref);
db_printf(" mnt_secondary_writes = %d\n", mp->mnt_secondary_writes);
db_printf(" mnt_secondary_accwrites = %d\n",
mp->mnt_secondary_accwrites);
OpenPOWER on IntegriCloud