1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Remove bogus vrele() call added in previous.

This commit is contained in:
Tim J. Robbins 2004-08-27 11:24:31 +00:00
parent 27ed2177dd
commit db575a8507
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134374

View File

@ -315,8 +315,6 @@ msdosfs_omount(mp, path, data, td)
if (error) {
if ((mp->mnt_flag & MNT_UPDATE) == 0)
msdosfs_unmount(mp, MNT_FORCE, td);
else
vrele(devvp);
return error;
}
(void) copyinstr(args.fspec, mp->mnt_stat.f_mntfromname, MNAMELEN - 1,