]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
pseudo: backport patch to fix xattr performance
authorJoshua Lock <joshua.g.lock@intel.com>
Mon, 1 Aug 2016 11:00:26 +0000 (12:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Aug 2016 14:22:21 +0000 (15:22 +0100)
commit2726f91d410e66efd2c345b6db60bac3e0b592aa
treeac7a00273177a50eb4eb8e71e6904e9f300baa5d
parentd4040da8bc23e6c289cc8f2ca6d43deb06acf7d6
pseudo: backport patch to fix xattr performance

In the 1.8 series of pseudo extended attribute handling was reworked
to be a property of inodes, not paths, and as a product fixed extended
attribute semantics on hardlinks. Unfortunately this rework introduced
a slow path around file deletion.

Add a patch for use by the pseudo 1.8.1 recipe which backports a fix
for this regression from the master branch of pseudo.

[YOCTO #9929]

(From OE-Core rev: 75627af164f027de0036b91854e9b926de786bcd)

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/files/Fix-xattr-performance.patch [new file with mode: 0644]
meta/recipes-devtools/pseudo/pseudo_1.8.1.bb