• Andrew Morton's avatar
    [PATCH] xattr: update-in-place optimisation · a39afa31
    Andrew Morton authored
    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.
    a39afa31
xattr.c 30.7 KB