git: 837e2f537c74 - stable/13 - [skip ci] fusefs: delete a stray comment from 91972cfcddf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Mar 2022 23:37:42 UTC
The branch stable/13 has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=837e2f537c743efa1b38d752c5a93f8bf05dc4d1 commit 837e2f537c743efa1b38d752c5a93f8bf05dc4d1 Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2022-02-12 16:27:56 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2022-03-02 23:37:25 +0000 [skip ci] fusefs: delete a stray comment from 91972cfcddf (cherry picked from commit 0b6a34acda4245215df29be35e4ef4bba995ec91) --- 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) {