summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_bio.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_bio.c
parent2823710f0531037f228a43825c04d0c320e78e05 (diff)
Notes
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index ec96659582ca..eee492ade431 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -779,7 +779,6 @@ bufspace_wait(struct bufdomain *bd, struct vnode *vp, int gbflags,
BD_UNLOCK(bd);
}
-
/*
* bufspace_daemon:
*
@@ -942,7 +941,6 @@ waitrunningbufspace(void)
mtx_unlock(&rbreqlock);
}
-
/*
* vfs_buf_test_cache:
*