commit | bc73a4b2414f2914fa895747166312b1527a97bb | [log] [tgz] |
---|---|---|
author | Gao Xiang <gaoxiang25@huawei.com> | Tue Feb 19 10:31:52 2019 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Mar 12 18:59:17 2019 -0700 |
tree | 772dffb4f506d25ff050017e45dac1a4f2df378c | |
parent | 68b79cdc6de97fe270ceb40082a4aa6ad3e41ea7 [diff] |
f2fs: silence VM_WARN_ON_ONCE in mempool_alloc Note that __GFP_ZERO is not supported for mempool_alloc, which also documented in the mempool_alloc comments. Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>