svn commit: r348884 - projects/fuse2/tests/sys/fs/fusefs

Alan Somers asomers at FreeBSD.org
Mon Jun 10 22:23:38 UTC 2019


Author: asomers
Date: Mon Jun 10 22:23:37 2019
New Revision: 348884
URL: https://svnweb.freebsd.org/changeset/base/348884

Log:
  fusefs: fix a comment.  No functional change.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/fuse2/tests/sys/fs/fusefs/xattr.cc

Modified: projects/fuse2/tests/sys/fs/fusefs/xattr.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fusefs/xattr.cc	Mon Jun 10 22:06:40 2019	(r348883)
+++ projects/fuse2/tests/sys/fs/fusefs/xattr.cc	Mon Jun 10 22:23:37 2019	(r348884)
@@ -28,6 +28,8 @@
  * SUCH DAMAGE.
  */
 
+/* Tests for all things relating to extended attributes and FUSE */
+
 extern "C" {
 #include <sys/types.h>
 #include <sys/extattr.h>
@@ -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)


More information about the svn-src-projects mailing list