commit | ee446e1af4ff90945e2273ae0af322b8b745b8cc | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Sat Mar 14 13:50:51 2020 -0700 |
committer | Eric Biggers <ebiggers@google.com> | Thu Mar 19 21:57:06 2020 -0700 |
tree | f6cf92c442ce3960a50b243489faa6823f9c4ccb | |
parent | 7ec9f3b47aba0fe715bf3472ed80e91c37970363 [diff] |
f2fs: 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-4-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>