]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit293668db6b325291e79b8ebd8a04ca11c007e917
tree3fdd1c668bc9e3e77528b4e795f7af8d72f0de63
parent549a8254d291065f46d3e58be51948c8ed134af7
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