[PATCH] xattr: update-in-place optimisation
From: Andreas Gruenbacher <agruen@suse.de> It is common to update extended attributes without changing the value's length. This patch optimizes this case. In addition to that, the current code tries to recognize early when extended attribute blocks become empty. This optimization is not of significant value, so this patch removes it, and moves the empty block test further down.
Showing
Please register or sign in to comment