diff options
| author | Tor Egge <tegge@FreeBSD.org> | 2006-09-26 04:15:59 +0000 |
|---|---|---|
| committer | Tor Egge <tegge@FreeBSD.org> | 2006-09-26 04:15:59 +0000 |
| commit | a1e363f256596cb0165270e82f26d16e7a8aa054 (patch) | |
| tree | 3bc9361221d5a734023278052dddd20fb2025bee /sys/kern/vfs_cluster.c | |
| parent | cea9d840d8ccac1220190eb69b03087cd2c947bd (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_cluster.c')
| -rw-r--r-- | sys/kern/vfs_cluster.c | 2 |
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; |
