]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: delete obsolete comments in the tests
authorasomers <asomers@FreeBSD.org>
Wed, 26 Jun 2019 00:06:41 +0000 (00:06 +0000)
committerasomers <asomers@FreeBSD.org>
Wed, 26 Jun 2019 00:06:41 +0000 (00:06 +0000)
commit105fa97c1088bc7518503d554b6f1de88b8fa631
tree3e7cdf00f481af24aaacb16200d6cb0de9f2d61c
parentf0b86a150f26161911b7311f9d3b9a5eeae25a93
fusefs: delete obsolete comments in the tests

I originally thought that the kernel would be responsible for ctime in
protocol 7.23.  But now I realize that's not the case.  The server is
responsible for ctime.  The kernel only sets it when there are dirty writes
cached, because that's when the server can't.

Sponsored by: The FreeBSD Foundation
tests/sys/fs/fusefs/setattr.cc