On Tue, Dec 31, 2019 at 12:10:26PM -0600, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Document that fscrypt_encrypt_pagecache_blocks() allocates the bounce > page from a mempool, and document what this means for the @gfp_flags > argument. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > fs/crypto/crypto.c | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) Applied to fscrypt.git#master for 5.6. - Eric