From: Tomohiro Kusumi Date: Tue, 18 Aug 2015 11:08:21 +0000 (+0900) Subject: sys/vfs/ufs: Fix typo in variable name X-Git-Tag: v4.5.0~760 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/3c1f394f81488b3d40feb88571b6f0319faf56a8?ds=sidebyside sys/vfs/ufs: Fix typo in variable name --- diff --git a/sys/vfs/ufs/ufs_vfsops.c b/sys/vfs/ufs/ufs_vfsops.c index 2c36974c23..3802777f7b 100644 --- a/sys/vfs/ufs/ufs_vfsops.c +++ b/sys/vfs/ufs/ufs_vfsops.c @@ -201,7 +201,7 @@ ufs_init(struct vfsconf *vfsp) * Call the VFS_CHECKEXP beforehand to verify access. */ int -ufs_fhtovp(struct mount *mp, struct vnode *rootpv, +ufs_fhtovp(struct mount *mp, struct vnode *rootvp, struct ufid *ufhp, struct vnode **vpp) { struct inode *ip;