summaryrefslogtreecommitdiff
path: root/lib/inode.c
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 /lib/inode.c
parent47d6895a5ff9e7fc90d8e4143077b17dbb7a587e (diff)
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 'lib/inode.c')
-rw-r--r--lib/inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/inode.c b/lib/inode.c
index b7121e0..86c465e 100644
--- a/lib/inode.c
+++ b/lib/inode.c
@@ -8,7 +8,6 @@
* with heavy changes by Gao Xiang <gaoxiang25@huawei.com>
*/
#define _GNU_SOURCE
-#include <limits.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>