commit | 2d8f7f119b0b2ce5e7ff0e8024b0763bf42b99c9 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Tue Dec 31 12:10:26 2019 -0600 |
committer | Eric Biggers <ebiggers@google.com> | Tue Jan 14 12:51:12 2020 -0800 |
tree | f08d5430b86b860cc5c4020de52ba7ed21e25c0d | |
parent | 796f12d742653028a1520cce3a76035c86e2ebf9 [diff] |
fscrypt: document gfp_flags for bounce page allocation Document that fscrypt_encrypt_pagecache_blocks() allocates the bounce page from a mempool, and document what this means for the @gfp_flags argument. Link: https://lore.kernel.org/r/20191231181026.47400-1-ebiggers@kernel.org Reviewed-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Eric Biggers <ebiggers@google.com>