> On 02.12.2016, at 09:19, Eric Biggers <ebigg...@google.com> wrote: > > 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.
Yes, of course! Will fix that. Thanks, David