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/boot | |
| parent | cea9d840d8ccac1220190eb69b03087cd2c947bd (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/pc98/boot2/inode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/inode.h b/sys/boot/pc98/boot2/inode.h index 9a59f99bc77bc..add9bb9f9abd6 100644 --- a/sys/boot/pc98/boot2/inode.h +++ b/sys/boot/pc98/boot2/inode.h @@ -147,7 +147,7 @@ struct indir { /* Determine if soft dependencies are being done */ #define DOINGSOFTDEP(vp) ((vp)->v_mount->mnt_flag & MNT_SOFTDEP) -#define DOINGASYNC(vp) ((vp)->v_mount->mnt_flag & MNT_ASYNC) +#define DOINGASYNC(vp) ((vp)->v_mount->mnt_kern_flag & MNTK_ASYNC) /* This overlays the fid structure (see mount.h). */ struct ufid { |
