ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCE
authorEric Biggers <ebiggers@google.com>
Sat, 14 Mar 2020 20:50:52 +0000 (13:50 -0700)
committerEric Biggers <ebiggers@google.com>
Fri, 20 Mar 2020 04:57:06 +0000 (21:57 -0700)
commit861261f2a9cc488c845fc214d9035f7a11094591
tree3fdd1c668bc9e3e77528b4e795f7af8d72f0de63
parentee446e1af4ff90945e2273ae0af322b8b745b8cc
ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCE

This new ioctl retrieves a file's encryption nonce, which is useful for
testing.  See the corresponding fs/crypto/ patch for more details.

Link: https://lore.kernel.org/r/20200314205052.93294-5-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
fs/ubifs/ioctl.c