diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-07-14 09:14:15 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-07-14 09:14:15 +0000 |
commit | bc457b5fab6b7d736935bc121e4ec81bd38305e3 (patch) | |
tree | 80a4dcf69171d442e18815f7662b8fe4651f46f7 /sys/gnu/ext2fs/ext2_extern.h | |
parent | 88549ecaae68ae7b6f323462a405700ca8fce327 (diff) |
use VT_EXT2FS
Diffstat (limited to 'sys/gnu/ext2fs/ext2_extern.h')
-rw-r--r-- | sys/gnu/ext2fs/ext2_extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/ext2fs/ext2_extern.h b/sys/gnu/ext2fs/ext2_extern.h index 634bf1284a2..af58202f624 100644 --- a/sys/gnu/ext2fs/ext2_extern.h +++ b/sys/gnu/ext2fs/ext2_extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2_extern.h,v 1.2 1996/06/27 06:48:40 downsj Exp $ */ +/* $OpenBSD: ext2_extern.h,v 1.3 1996/07/14 09:14:13 downsj Exp $ */ /* * modified for EXT2FS support in Lites 1.1 @@ -98,7 +98,7 @@ void mark_buffer_dirty __P((struct buf *bh)); * This macro allows the ufs code to distinguish between an EXT2 and a * non-ext2(FFS/LFS) vnode. We shouldn't need this! */ -#define IS_EXT2_VNODE(vp) (VFSTOUFS(vp->v_mount)->um_dirops->dirremove == ext2_dirremove) +#define IS_EXT2_VNODE(vp) (vp->v_tag == VT_EXT2FS) #ifdef DIAGNOSTIC void ext2_checkoverlap __P((struct buf *, struct inode *)); |