diff options
Diffstat (limited to 'sys/gnu/ext2fs/inode.h')
| -rw-r--r-- | sys/gnu/ext2fs/inode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/inode.h b/sys/gnu/ext2fs/inode.h index 99854493718a..77fe7b3983b7 100644 --- a/sys/gnu/ext2fs/inode.h +++ b/sys/gnu/ext2fs/inode.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)inode.h 8.9 (Berkeley) 5/14/95 - * $Id: inode.h,v 1.24 1998/10/13 15:45:43 bde Exp $ + * $Id: inode.h,v 1.25 1999/03/06 05:21:09 bde Exp $ */ #ifndef _UFS_UFS_INODE_H_ @@ -147,6 +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) /* This overlays the fid structure (see mount.h). */ struct ufid { |
