Pull fscrypt updates from Eric Biggers:
 "A couple bug fixes for fs/crypto/:
   - Fix handling of major dirhash values that happen to be 0.
   - Fix cases where keys were derived differently on big endian systems
     than on little endian systems (affecting some newer features only)"
* tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt:
  fscrypt: fix derivation of SipHash keys on big endian CPUs
  fscrypt: don't ignore minor_hash when hash is 0