git: 2e66649e4f34 - main - Another fix to build from 064e6b4.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Jul 2022 04:05:31 UTC
The branch main has been updated by mckusick:
URL: https://cgit.FreeBSD.org/src/commit/?id=2e66649e4f34188d92bd32b5ba7fde8d1e86ef40
commit 2e66649e4f34188d92bd32b5ba7fde8d1e86ef40
Author: Kirk McKusick <mckusick@FreeBSD.org>
AuthorDate: 2022-07-14 04:04:24 +0000
Commit: Kirk McKusick <mckusick@FreeBSD.org>
CommitDate: 2022-07-14 04:05:05 +0000
Another fix to build from 064e6b4.
Spotted by: Cy Schubert
---
sys/ufs/ffs/ffs_inode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/ufs/ffs/ffs_inode.c b/sys/ufs/ffs/ffs_inode.c
index 517b6084319c..e81606f7df17 100644
--- a/sys/ufs/ffs/ffs_inode.c
+++ b/sys/ufs/ffs/ffs_inode.c
@@ -694,8 +694,8 @@ extclean:
static int
ffs_indirtrunc(struct inode *ip,
ufs2_daddr_t lbn,
- ufs2_daddr_t lastbn,
ufs2_daddr_t dbn,
+ ufs2_daddr_t lastbn,
int level,
ufs2_daddr_t *countp)
{