Commits (2)
......@@ -108,7 +108,7 @@ c b a .. . <5>
<2> Mount *rootdir* in sorted mode...
<3> ... and the results are in sorted order.
<4> We mount *rootdir* again, sorting the results in reversed order...
<3> ... and the directory contents are returned in reverse.
<5> ... and the directory contents are returned in reverse.
$ fusermount -u sorted
$ fusermount -u reversed
......
......@@ -43,7 +43,7 @@ extern "C" {
#include <sys/file.h>
#include <stddef.h>
#define DISORDERFS_VERSION "0.5.11"
#define DISORDERFS_VERSION "0.5.12"
namespace {
std::vector<std::string> bare_arguments;
......
Name: disorderfs
Version: 0.5.11
Version: 0.5.12
Release: 1%{?dist}
Summary: FUSE filesystem that introduces non-determinism
......