From: Christoph Hellwig Date: Thu, 28 Aug 2008 10:21:17 +0000 (-0400) Subject: Btrfs: optimize btrget/set/removexattr X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~26 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95819c05732c511338b43c115ffbcee978c02888;p=pandora-kernel.git Btrfs: optimize btrget/set/removexattr btrfs actually stores the whole xattr name, including the prefix ondisk, so using the generic resolver that strips off the prefix is not very helpful. Instead do the real ondisk xattrs manually and only use the generic resolver for synthetic xattrs like ACLs. (Sorry Josef for guiding you towards the wrong direction here intially) Signed-off-by: Christoph Hellwig Signed-off-by: Chris Mason --- Reading git-diff-tree failed