git: 0b6a34acda42 - main - [skip ci] fusefs: delete a stray comment from 91972cfcddf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Feb 2022 16:28:38 UTC
The branch main has been updated by asomers:
URL: https://cgit.FreeBSD.org/src/commit/?id=0b6a34acda4245215df29be35e4ef4bba995ec91
commit 0b6a34acda4245215df29be35e4ef4bba995ec91
Author: Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2022-02-12 16:27:56 +0000
Commit: Alan Somers <asomers@FreeBSD.org>
CommitDate: 2022-02-12 16:27:56 +0000
[skip ci] fusefs: delete a stray comment from 91972cfcddf
MFC after: 3 days
---
tests/sys/fs/fusefs/read.cc | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/sys/fs/fusefs/read.cc b/tests/sys/fs/fusefs/read.cc
index 0888fbc913e8..77f8731dc9f8 100644
--- a/tests/sys/fs/fusefs/read.cc
+++ b/tests/sys/fs/fusefs/read.cc
@@ -503,7 +503,6 @@ TEST_F(Read, atime_during_setattr)
leak(fd);
}
-/* The kernel should flush dirty atime values during close */
/* 0-length reads shouldn't cause any confusion */
TEST_F(Read, direct_io_read_nothing)
{