Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Mar 2024 20:17:36 +0000 (13:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Mar 2024 20:17:36 +0000 (13:17 -0700)
commit3bf95d567d67f8d78d7d2c8553025eaa02e1d9c5
treea28bfcf2889b9a49b21edc51e44a0acf7bc2beb7
parentcbcb9b5bc9804c2e803f00a460c212f9a0bbdb0d
parent8c62f31eddb71c6f6878258579318c1156045247
Merge tag 'fscrypt-for-linus' of git://git./fs/fscrypt/linux

Pull fscrypt updates from Eric Biggers:
 "Fix flakiness in a test by releasing the quota synchronously when a
  key is removed, and other minor cleanups"

* tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux:
  fscrypt: shrink the size of struct fscrypt_inode_info slightly
  fscrypt: write CBC-CTS instead of CTS-CBC
  fscrypt: clear keyring before calling key_put()
  fscrypt: explicitly require that inode->i_blkbits be set