]> code.ossystems Code Review - openembedded-core.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:05:46 +0000 (15:05 +0100)
commit75627af164f027de0036b91854e9b926de786bcd
treeb28d900e8d14990f6afc040ce8216a38b1dd606b
parent69e9b190ff0e8b963bbaea8365917218cf3c2558
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]

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