The branch main has been updated by asomers:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0b6a34acda4245215df29be35e4ef4bba995ec91

commit 0b6a34acda4245215df29be35e4ef4bba995ec91
Author:     Alan Somers <[email protected]>
AuthorDate: 2022-02-12 16:27:56 +0000
Commit:     Alan Somers <[email protected]>
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)
 {

Reply via email to