mbox series

[0/3] fs/ntfs3: Refactoring of xattr.c

Message ID eb131ee0-3e89-da58-650c-5b84dd792a49@paragon-software.com (mailing list archive)
Headers show
Series fs/ntfs3: Refactoring of xattr.c | expand

Message

Konstantin Komarov Sept. 24, 2021, 4:13 p.m. UTC
Removed function, that already have been in kernel.
Changed locking policy to fix some potential bugs.
Changed code for readability.

Konstantin Komarov (3):
  fs/ntfs3: Use available posix_acl_release instead of
    ntfs_posix_acl_release
  fs/ntfs3: Remove locked argument in ntfs_set_ea
  fs/ntfs3: Refactoring of ntfs_set_ea

 fs/ntfs3/xattr.c | 69 ++++++++++++++++++++++--------------------------
 1 file changed, 32 insertions(+), 37 deletions(-)