From 1243beff209eebadc917700e34542e3d12702120 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 3 Aug 2017 13:07:30 +0200 Subject: Don't check st_nlink value for mkdir Some filesystems don't track this for directories. Fixes: #180. --- ChangeLog.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index c233bcd..c697cbe 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -10,6 +10,8 @@ Unreleased Changes * Fixed a symbol versioning problem that resulted in very strange failures (segfaults, unexpected behavior) in different situations. +* Fixed a test failure when /tmp is on btrfs. + libfuse 3.1.0 (2017-07-08) ========================== -- cgit v1.2.3