diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-02-07 11:19:56 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2021-02-18 18:33:00 -0500 |
commit | 435879ef35d68cf932b22614d8734756358d7b26 (patch) | |
tree | 83237c9d1556c385b00cec5d5ac2856d4e143518 /recipes-devtools/e2fsprogs/files/lib-ext2fs-ext2_ext_attr.h-add-xattr-index.patch | |
parent | dc700d01f921d338833dc5990b9d39d4e167e4b3 (diff) | |
download | meta-selinux-435879ef35d68cf932b22614d8734756358d7b26.tar.gz |
e2fsprogs: remove bbappend
Remove bbappend since the misc_create_inode.c-label_rootfs.patch has
been merged upstream[1].
[1] https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/commit/?id=7616fd6a599e44c5700c2c3a2e08979c6c5c747e
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'recipes-devtools/e2fsprogs/files/lib-ext2fs-ext2_ext_attr.h-add-xattr-index.patch')
-rw-r--r-- | recipes-devtools/e2fsprogs/files/lib-ext2fs-ext2_ext_attr.h-add-xattr-index.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-devtools/e2fsprogs/files/lib-ext2fs-ext2_ext_attr.h-add-xattr-index.patch b/recipes-devtools/e2fsprogs/files/lib-ext2fs-ext2_ext_attr.h-add-xattr-index.patch deleted file mode 100644 index b87c414..0000000 --- a/recipes-devtools/e2fsprogs/files/lib-ext2fs-ext2_ext_attr.h-add-xattr-index.patch +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | Add xattr name index for xattrs with the 'security' prefix. These are defined | ||
2 | in the ext(2|3|4)/xattr.h in the kernel. We use the EXT2 prefix for consistency | ||
3 | with e2fslibs naming. | ||
4 | |||
5 | Signed-off-by: Philip Tricca <flihp@twobit.us> | ||
6 | |||
7 | Index: e2fsprogs-1.42.9/lib/ext2fs/ext2_ext_attr.h | ||
8 | =================================================================== | ||
9 | --- e2fsprogs-1.42.9.orig/lib/ext2fs/ext2_ext_attr.h | ||
10 | +++ e2fsprogs-1.42.9/lib/ext2fs/ext2_ext_attr.h | ||
11 | @@ -15,6 +15,9 @@ | ||
12 | /* Maximum number of references to one attribute block */ | ||
13 | #define EXT2_EXT_ATTR_REFCOUNT_MAX 1024 | ||
14 | |||
15 | +/* Name indexes */ | ||
16 | +#define EXT2_XATTR_INDEX_SECURITY 6 | ||
17 | + | ||
18 | struct ext2_ext_attr_header { | ||
19 | __u32 h_magic; /* magic number for identification */ | ||
20 | __u32 h_refcount; /* reference count */ | ||