fusefs: fix a comment. No functional change.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Alan Somers 2019-06-10 22:23:37 +00:00
parent ddc51e453e
commit d53a96f16f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/fuse2/; revision=348884

View File

@ -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)