Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2019 22:23:37 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r348884 - projects/fuse2/tests/sys/fs/fusefs
Message-ID:  <201906102223.x5AMNbmT010416@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906102223.x5AMNbmT010416>