git: 2918cf358291 - main - fusefs: spaces to tabs. No functional change.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Sep 2025 00:32:54 UTC
The branch main has been updated by asomers:
URL: https://cgit.FreeBSD.org/src/commit/?id=2918cf3582915bd8853784f53c88e2c34055df1f
commit 2918cf3582915bd8853784f53c88e2c34055df1f
Author: Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2025-09-15 00:31:56 +0000
Commit: Alan Somers <asomers@FreeBSD.org>
CommitDate: 2025-09-15 00:31:56 +0000
fusefs: spaces to tabs. No functional change.
[skip ci]
---
sys/fs/fuse/fuse_vnops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/fs/fuse/fuse_vnops.c b/sys/fs/fuse/fuse_vnops.c
index de60a4717dd4..8712679375c6 100644
--- a/sys/fs/fuse/fuse_vnops.c
+++ b/sys/fs/fuse/fuse_vnops.c
@@ -953,7 +953,7 @@ fuse_vnop_copy_file_range(struct vop_copy_file_range_args *ap)
*ap->a_outoffp += fwo->size;
fuse_internal_clear_suid_on_write(outvp, outcred, td);
if (*ap->a_outoffp > outfvdat->cached_attrs.va_size) {
- fuse_vnode_setsize(outvp, *ap->a_outoffp, false);
+ fuse_vnode_setsize(outvp, *ap->a_outoffp, false);
getnanouptime(&outfvdat->last_local_modify);
}
fuse_vnode_update(invp, FN_ATIMECHANGE);