summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_cluster.c
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>2006-09-26 04:15:59 +0000
committerTor Egge <tegge@FreeBSD.org>2006-09-26 04:15:59 +0000
commita1e363f256596cb0165270e82f26d16e7a8aa054 (patch)
tree3bc9361221d5a734023278052dddd20fb2025bee /sys/kern/vfs_cluster.c
parentcea9d840d8ccac1220190eb69b03087cd2c947bd (diff)
Notes
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-rw-r--r--sys/kern/vfs_cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c
index b749f5610ebd..4c2cfaf9680c 100644
--- a/sys/kern/vfs_cluster.c
+++ b/sys/kern/vfs_cluster.c
@@ -595,7 +595,7 @@ cluster_write(struct vnode *vp, struct buf *bp, u_quad_t filesize, int seqcount)
int async;
if (vp->v_type == VREG) {
- async = vp->v_mount->mnt_flag & MNT_ASYNC;
+ async = vp->v_mount->mnt_kern_flag & MNTK_ASYNC;
lblocksize = vp->v_mount->mnt_stat.f_iosize;
} else {
async = 0;