diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2002-06-07 04:10:33 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2002-06-07 04:10:33 +0000 |
commit | c7406af60dafab45e920d9c3f52cd74cd4b9e81b (patch) | |
tree | d99f95636a30c46ffc4acee6363ac4bf9db13c89 /sys/xfs/xfs_vopdefs.h | |
parent | 45d3283fa9b158e3ff3af143713064236a2eeb80 (diff) |
merge
Diffstat (limited to 'sys/xfs/xfs_vopdefs.h')
-rw-r--r-- | sys/xfs/xfs_vopdefs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/xfs/xfs_vopdefs.h b/sys/xfs/xfs_vopdefs.h index 4bbf5df2391..b31fa1ac4d3 100644 --- a/sys/xfs/xfs_vopdefs.h +++ b/sys/xfs/xfs_vopdefs.h @@ -12,6 +12,7 @@ #define HAVE_VOP_LEASE 1 #define HAVE_VOP_IOCTL 1 #define HAVE_VOP_SELECT 1 +#define HAVE_VOP_KQFILTER 1 #define HAVE_VOP_REVOKE 1 #define HAVE_VOP_FSYNC 1 #define HAVE_VOP_REMOVE 1 @@ -31,7 +32,9 @@ #define HAVE_VOP_PRINT 1 #define HAVE_VOP_PATHCONF 1 #define HAVE_VOP_ADVLOCK 1 -#define HAVE_VOP_BLKATOFF 1 +#define HAVE_VOP_REALLOCBLKS 1 #define HAVE_VOP_WHITEOUT 1 +#define HAVE_VOP_GETEXTATTR 1 +#define HAVE_VOP_SETEXTATTR 1 #define HAVE_VOP_STRATEGY 1 #define HAVE_VOP_BWRITE 1 |