summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_vnops.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-01-30 20:05:05 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-01-30 20:05:05 +0000
commit3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c (patch)
treed998b56ff9b33b1d81a73337820801db63ef66d2 /sys/kern/vfs_vnops.c
parent2823710f0531037f228a43825c04d0c320e78e05 (diff)
Notes
Diffstat (limited to 'sys/kern/vfs_vnops.c')
-rw-r--r--sys/kern/vfs_vnops.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c
index 61edb3165e01..963550b9e1eb 100644
--- a/sys/kern/vfs_vnops.c
+++ b/sys/kern/vfs_vnops.c
@@ -1293,7 +1293,6 @@ vn_io_fault_pgmove(vm_page_t ma[], vm_offset_t offset, int xfersize,
return (0);
}
-
/*
* File table truncate routine.
*/
@@ -1855,7 +1854,6 @@ vn_finished_write(struct mount *mp)
MNT_IUNLOCK(mp);
}
-
/*
* Filesystem secondary write operation has completed. If we are
* suspending and this operation is the last one, notify the suspender
@@ -1877,8 +1875,6 @@ vn_finished_secondary_write(struct mount *mp)
MNT_IUNLOCK(mp);
}
-
-
/*
* Request a filesystem to suspend write operations.
*/