• Andrew Morton's avatar
    [PATCH] xattr: lock_kernel() balancing fix · 94ab45b5
    Andrew Morton authored
    Patch from Andreas Gruenbacher <agruen@suse.de>
    
    This patch fixes an unbalanced lock_kernel()/unlock_kernel() path in the ext3
    extended attributes code.  Instead of fixing this in fs/ext3/xattr_user.c,
    the locking code is moved to fs/ext3/xattr.c, since most other types of
    extended attributes will need the exact same functionality.
    94ab45b5
xattr.c 31 KB