Author: ngie
Date: Sun Mar 22 06:17:26 2015
New Revision: 280339
URL: https://svnweb.freebsd.org/changeset/base/280339

Log:
  MFstable/10 r279495:
  
  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.me...@isilon.com>
  Sponsored by: EMC / Isilon Storage Division

Modified:
  stable/9/sys/kern/vfs_subr.c
Directory Properties:
  stable/9/   (props changed)
  stable/9/sys/   (props changed)

Modified: stable/9/sys/kern/vfs_subr.c
==============================================================================
--- stable/9/sys/kern/vfs_subr.c        Sun Mar 22 05:54:48 2015        
(r280338)
+++ stable/9/sys/kern/vfs_subr.c        Sun Mar 22 06:17:26 2015        
(r280339)
@@ -3267,6 +3267,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);
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to