From d53a96f16faca80ceefd3e4807c27526bed0fca0 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 10 Jun 2019 22:23:37 +0000 Subject: [PATCH] fusefs: fix a comment. No functional change. Sponsored by: The FreeBSD Foundation --- tests/sys/fs/fusefs/xattr.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/sys/fs/fusefs/xattr.cc b/tests/sys/fs/fusefs/xattr.cc index c6a5e168c8a6..bc60cd641be7 100644 --- a/tests/sys/fs/fusefs/xattr.cc +++ b/tests/sys/fs/fusefs/xattr.cc @@ -28,6 +28,8 @@ * SUCH DAMAGE. */ +/* Tests for all things relating to extended attributes and FUSE */ + extern "C" { #include #include @@ -42,7 +44,6 @@ using namespace testing; const char FULLPATH[] = "mountpoint/some_file.txt"; const char RELPATH[] = "some_file.txt"; -/* For testing filesystems without posix locking support */ class Xattr: public FuseTest { public: void expect_getxattr(uint64_t ino, const char *attr, ProcessMockerT r)