]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'fs.acl.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Feb 2023 20:14:33 +0000 (12:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Feb 2023 20:14:33 +0000 (12:14 -0800)
commit91bc559d8d3aed488b4b50e9eba1d7ebb1da7bbf
tree5b5752f570dffd870cfd76cbb08005a24425c6a9
parentea5aac6fae94bff4756051b0503f86e31ef6808b
parent4e1da8fe031303599e78f88e0dad9f44272e4f99
Merge tag 'fs.acl.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping

Pull vfs acl update from Christian Brauner:
 "This contains a single update to the internal get acl method and
  replaces an open-coded cmpxchg() comparison with with try_cmpxchg().

  It's clearer and also beneficial on some architectures"

* tag 'fs.acl.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping:
  posix_acl: Use try_cmpxchg in get_acl
fs/posix_acl.c