diff options
| author | John Dyson <dyson@FreeBSD.org> | 1998-02-05 17:27:42 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1998-02-05 17:27:42 +0000 |
| commit | 7d6c26d67ed567deea7957610abcf7404e6bb1e8 (patch) | |
| tree | 5655cb0fba71f1ebe59f9499932930ef1353d94b | |
| parent | 857fe6801aa5489f33ccb2cc590ebfc170d42521 (diff) | |
Notes
| -rw-r--r-- | sys/sys/mount.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h index bc9fda48581c..833c8e4279d1 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mount.h 8.21 (Berkeley) 5/20/95 - * $Id: mount.h,v 1.52 1997/11/25 07:07:47 julian Exp $ + * $Id: mount.h,v 1.53 1998/01/20 10:36:42 bde Exp $ */ #ifndef _SYS_MOUNT_H_ @@ -248,6 +248,7 @@ struct mount { */ #define MNT_WAIT 1 #define MNT_NOWAIT 2 +#define MNT_LAZY 3 /* push data not written by filesystem syncer */ /* * Generic file handle |
