Author: ngie
Date: Tue Feb 17 09:31:58 2015
New Revision: 278891
URL: https://svnweb.freebsd.org/changeset/base/278891

Log:
  Add the mnt_lockref field to the ddb(4) 'show mount' command
  
  MFC after: 1 week
  Differential Revision: https://reviews.freebsd.org/D1688
  Submitted by: Conrad Meyer <[email protected]>
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/sys/kern/vfs_subr.c

Modified: head/sys/kern/vfs_subr.c
==============================================================================
--- head/sys/kern/vfs_subr.c    Tue Feb 17 08:57:36 2015        (r278890)
+++ head/sys/kern/vfs_subr.c    Tue Feb 17 09:31:58 2015        (r278891)
@@ -3203,6 +3203,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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to