From 7a93198d4a466d32af03704acb7f81466cc3f617 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 30 Aug 2015 17:08:24 -0400 Subject: [PATCH] forgot to add einval to policy --- src/policy.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/policy.hpp b/src/policy.hpp index d05731c6..68961023 100644 --- a/src/policy.hpp +++ b/src/policy.hpp @@ -193,6 +193,7 @@ namespace mergerfs static const Policy &invalid; static const Policy &all; + static const Policy &einval; static const Policy &enosys; static const Policy &enotsup; static const Policy &epmfs;