aboutsummaryrefslogtreecommitdiff
path: root/include/erofs/defs.h
diff options
context:
space:
mode:
authorLi Guifu <blucerlee@gmail.com>2019-09-30 17:39:07 +0800
committerGao Xiang <hsiangkao@aol.com>2019-10-15 23:59:10 +0800
commit116ac0a254fcda1282b47b5cfd97c549c77b613f (patch)
treeac87982327fad4194f2b9dc5887c216956bb96a1 /include/erofs/defs.h
parent47d6895a5ff9e7fc90d8e4143077b17dbb7a587e (diff)
downloaderofs-utils-116ac0a254fcda1282b47b5cfd97c549c77b613f.tar.gz
erofs-utils: introduce shared xattr support
Large xattrs or xattrs shared by a lot of files can be stored in shared xattrs rather than inlined right after inode. Link: https://lore.kernel.org/r/20191014235308.4277-1-hsiangkao@aol.com Signed-off-by: Li Guifu <blucerlee@gmail.com> Signed-off-by: Gao Xiang <hsiangkao@aol.com>
Diffstat (limited to 'include/erofs/defs.h')
-rw-r--r--include/erofs/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/erofs/defs.h b/include/erofs/defs.h
index abe1105..33320db 100644
--- a/include/erofs/defs.h
+++ b/include/erofs/defs.h
@@ -14,7 +14,7 @@
#include <stdint.h>
#include <assert.h>
#include <inttypes.h>
-
+#include <limits.h>
#include <stdbool.h>
#ifdef HAVE_CONFIG_H