aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs/utils.hh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/fs/fusefs/utils.hh')
-rw-r--r--tests/sys/fs/fusefs/utils.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/fs/fusefs/utils.hh b/tests/sys/fs/fusefs/utils.hh
index 383f01ea4bfe..506e8a985212 100644
--- a/tests/sys/fs/fusefs/utils.hh
+++ b/tests/sys/fs/fusefs/utils.hh
@@ -77,7 +77,7 @@ class FuseTest : public ::testing::Test {
public:
int m_maxbcachebuf;
- int m_maxphys;
+ unsigned long m_maxphys;
FuseTest():
m_maxreadahead(0),