[PATCH 3/6] fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()

Eric Biggers ebiggers at google.com
Fri Dec 2 00:19:34 PST 2016


On Thu, Dec 01, 2016 at 11:14:55PM +0100, Richard Weinberger wrote:
> + * @lblk_num:  Logical block number. This must be unique for multiple
> + *             calls with same page.

Must be unique for all calls with the same *inode*, except when overwriting
previously written data.

Eric



More information about the linux-mtd mailing list