fusefs: delete a redundant getnanouptime

It's been redundant since SVN r346060 added another getnanouptime just
above.

MFC after:	2 weeks
This commit is contained in:
Alan Somers 2021-11-28 16:05:30 -07:00
parent ec80eab8a1
commit 8fbae6c7bd

View File

@ -1286,7 +1286,6 @@ fuse_vnop_lookup(struct vop_lookup_args *ap)
break;
case ENOENT: /* negative match */
getnanouptime(&now);
if (timespeccmp(&timeout, &now, <=)) {
/* Cache timeout */
cache_purge_negative(dvp);