svn commit: r361395 - head/sys/ufs/ffs

John Baldwin jhb at FreeBSD.org
Fri May 22 17:23:44 UTC 2020


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.


More information about the svn-src-all mailing list