Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2020 17:23:43 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r361395 - head/sys/ufs/ffs
Message-ID:  <202005221723.04MHNhUF032196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Fri May 22 17:23:43 2020
New Revision: 361395
URL: https://svnweb.freebsd.org/changeset/base/361395

Log:
  Update name of description of vfs.ffs.setsize in comment.
  
  Previously it used the name 'adjsize' instead of 'setsize'.

Modified:
  head/sys/ufs/ffs/ffs_alloc.c

Modified: head/sys/ufs/ffs/ffs_alloc.c
==============================================================================
--- head/sys/ufs/ffs/ffs_alloc.c	Fri May 22 17:23:09 2020	(r361394)
+++ head/sys/ufs/ffs/ffs_alloc.c	Fri May 22 17:23:43 2020	(r361395)
@@ -3065,7 +3065,7 @@ ffs_fserr(fs, inum, cp)
  *	the count to zero will cause the inode to be freed.
  * adjblkcnt(inode, amt) - adjust the number of blocks used by the
  *	inode by the specified amount.
- * adjsize(inode, size) - set the size of the inode to the
+ * setsize(inode, size) - set the size of the inode to the
  *	specified size.
  * adjndir, adjbfree, adjifree, adjffree, adjnumclusters(amt) -
  *	adjust the superblock summary.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005221723.04MHNhUF032196>