diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-09-11 14:26:55 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-09-11 14:26:55 +0000 |
commit | a0a0fcba7412ad7cd38c8a407322cb67eb58f685 (patch) | |
tree | d8938de46e7b5f1f61ce2318be5d80a9eaaced5e /sys/xfs/xfs_vopdefs.h | |
parent | b7a547b26a73f0b7f1aaaed1829abc10af3135d0 (diff) |
New xfs from Arla between 0.34.2 and current in arla cvs.
Too many new features and fixes to mention here.
Diffstat (limited to 'sys/xfs/xfs_vopdefs.h')
-rw-r--r-- | sys/xfs/xfs_vopdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/xfs/xfs_vopdefs.h b/sys/xfs/xfs_vopdefs.h index f0c3d2706ec..a094f511f99 100644 --- a/sys/xfs/xfs_vopdefs.h +++ b/sys/xfs/xfs_vopdefs.h @@ -41,3 +41,5 @@ #define HAVE_VOP_TRUNCATE 1 #define HAVE_VOP_UPDATE 1 #define HAVE_VOP_WHITEOUT 1 +#define HAVE_VOP_STRATEGY 1 +#define HAVE_VOP_BWRITE 1 |