1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Remove useless comment.

MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2012-12-09 20:34:11 +00:00
parent 796fa4fb86
commit 17cb8cfc31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244054

View File

@ -2605,8 +2605,6 @@ getblk(struct vnode * vp, daddr_t blkno, int size, int slpflag, int slptimeo,
* If this check ever becomes a bottleneck it may be better to
* move it into the else, when gbincore() fails. At the moment
* it isn't a problem.
*
* XXX remove if 0 sections (clean this up after its proven)
*/
if (numfreebuffers == 0) {
if (TD_IS_IDLETHREAD(curthread))