summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_vfsops.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-02-25 20:12:36 +0000
committerbde <bde@FreeBSD.org>1996-02-25 20:12:36 +0000
commit5183c3b725c409c4eb1a51b3ca12c361a24579be (patch)
tree38a2ad211a00f6065ddb069760ed519722ba36b6 /sys/gnu/ext2fs/ext2_vfsops.c
parentb4af7453454ec17e34e2b367c32ca50c7b5df8e7 (diff)
downloadFreeBSD-src-5183c3b725c409c4eb1a51b3ca12c361a24579be.zip
FreeBSD-src-5183c3b725c409c4eb1a51b3ca12c361a24579be.tar.gz
Removed vestigial support for the obsolete FIFO option. In ext2fs
it caused null pointer panics for all fifo operations unless FIFO was defined.
Diffstat (limited to 'sys/gnu/ext2fs/ext2_vfsops.c')
-rw-r--r--sys/gnu/ext2fs/ext2_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_vfsops.c b/sys/gnu/ext2fs/ext2_vfsops.c
index d517e95..b2abbd5 100644
--- a/sys/gnu/ext2fs/ext2_vfsops.c
+++ b/sys/gnu/ext2fs/ext2_vfsops.c
@@ -1011,7 +1011,7 @@ printf("ext2_vget(%d) dbn= %d ", ino, fsbtodb(fs, ino_to_fsba(fs, ino)));
* Initialize the vnode from the inode, check for aliases.
* Note that the underlying vnode may have changed.
*/
- if (error = ufs_vinit(mp, ext2_specop_p, EXT2_FIFOOPS, &vp)) {
+ if (error = ufs_vinit(mp, ext2_specop_p, ext2_fifoop_p, &vp)) {
vput(vp);
*vpp = NULL;
return (error);
OpenPOWER on IntegriCloud