EROFS_XATTR_INDEX_ADVISE is never used in anywhere of erofs, just remove it.
Reviewed-by: Gao Xiang <[email protected]> Signed-off-by: Chao Yu <[email protected]> --- fs/erofs/erofs_fs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h index 96feebc0bbec..fc92213c02e5 100644 --- a/fs/erofs/erofs_fs.h +++ b/fs/erofs/erofs_fs.h @@ -150,7 +150,6 @@ struct erofs_xattr_ibody_header { #define EROFS_XATTR_INDEX_TRUSTED 4 #define EROFS_XATTR_INDEX_LUSTRE 5 #define EROFS_XATTR_INDEX_SECURITY 6 -#define EROFS_XATTR_INDEX_ADVISE 7 /* xattr entry (for both inline & shared xattrs) */ struct erofs_xattr_entry { -- 2.18.0.rc1 -- Linux-erofs mailing list [email protected] https://lists.ozlabs.org/listinfo/linux-erofs
