1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Removed bogus, commented out, call to vnode_pager_uncache().

This commit is contained in:
David Greenman 1995-03-19 12:11:13 +00:00
parent 50475e8bd3
commit 0f52ba3503
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7161
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $Id: msdosfs_denode.c,v 1.8 1995/01/29 01:27:58 ats Exp $ */
/* $Id: msdosfs_denode.c,v 1.9 1995/03/16 18:14:18 bde Exp $ */
/* $NetBSD: msdosfs_denode.c,v 1.9 1994/08/21 18:44:00 ws Exp $ */
/*-
@ -476,7 +476,6 @@ detrunc(dep, length, flags, cred, p)
#endif
return error;
}
/* vnode_pager_uncache(DETOV(dep)); what's this for? */
/*
* is this the right place for it?
*/

View File

@ -1,4 +1,4 @@
/* $Id: msdosfs_denode.c,v 1.8 1995/01/29 01:27:58 ats Exp $ */
/* $Id: msdosfs_denode.c,v 1.9 1995/03/16 18:14:18 bde Exp $ */
/* $NetBSD: msdosfs_denode.c,v 1.9 1994/08/21 18:44:00 ws Exp $ */
/*-
@ -476,7 +476,6 @@ detrunc(dep, length, flags, cred, p)
#endif
return error;
}
/* vnode_pager_uncache(DETOV(dep)); what's this for? */
/*
* is this the right place for it?
*/