From eddd9d6bde23d792839aab8a1c4093ef48715e86 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 14 Feb 2010 14:22:00 -0800 Subject: [PATCH] kernel - VM PAGER part 2/2 - addendum, fix compile time issue w/ext2 * Remove unused variable. --- sys/vfs/gnu/ext2fs/ext2_vnops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/vfs/gnu/ext2fs/ext2_vnops.c b/sys/vfs/gnu/ext2fs/ext2_vnops.c index f4cde6dc96..c91d70a6fd 100644 --- a/sys/vfs/gnu/ext2fs/ext2_vnops.c +++ b/sys/vfs/gnu/ext2fs/ext2_vnops.c @@ -1886,7 +1886,6 @@ ext2_vinit(struct mount *mntp, struct vnode **vpp) struct inode *ip; struct vnode *vp; struct timeval tv; - struct ext2_sb_info *fs = VFSTOEXT2(mntp)->um_e2fs; vp = *vpp; ip = VTOI(vp); -- 2.41.0