On Wed, Jan 19, 2022 at 11:12:12PM -0800, Eric Biggers wrote: > bio = bio_alloc(GFP_KERNEL, 1); > + fscrypt_set_bio_crypt_ctx(bio, inode, pos >> inode->i_blkbits, > + GFP_KERNEL);
Note that this will create a (harmless) conflict with my "improve the bio allocation interface" series. Otherwise looks good: Reviewed-by: Christoph Hellwig <[email protected]> _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
