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

From: Eric Biggers
Date: Fri Dec 02 2016 - 03:19:43 EST


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