aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2021-11-28 23:05:30 +0000
committerAlan Somers <asomers@FreeBSD.org>2021-11-28 23:05:30 +0000
commit8fbae6c7bd63fca64b898843f63cb24269a7dd46 (patch)
tree45c88c0c7624bb34dbdc7a3d6934e2a4edb7c335
parentec80eab8a16acc358895fd01d822799189948ad0 (diff)
downloadsrc-8fbae6c7bd63fca64b898843f63cb24269a7dd46.tar.gz
src-8fbae6c7bd63fca64b898843f63cb24269a7dd46.zip
fusefs: delete a redundant getnanouptime
It's been redundant since SVN r346060 added another getnanouptime just above. MFC after: 2 weeks
-rw-r--r--sys/fs/fuse/fuse_vnops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/fuse/fuse_vnops.c b/sys/fs/fuse/fuse_vnops.c
index e1c04f1583ba..e61a3cda80a7 100644
--- a/sys/fs/fuse/fuse_vnops.c
+++ b/sys/fs/fuse/fuse_vnops.c
@@ -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);