From 1495a7bd2d546c35e1b1e080a8f2a8d8916dc314 Mon Sep 17 00:00:00 2001 From: asomers 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 c6a5e168c8a..bc60cd641be 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) -- 2.45.0