commit | 57bf5a8963f80fb3828c46c3e3a5b2dd790e09a7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Dec 22 16:05:15 2017 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Mon Jan 15 09:34:55 2018 +0100 |
tree | 17ccc31f02cbc09c8a51c8b95acf50f0b62e366b | |
parent | 205e1b7f51e4af2643eb1d61a6503e415cd1e014 [diff] |
dma-mapping: clear harmful GFP_* flags in common code Lift the code from x86 so that we behave consistently. In the future we should probably warn if any of these is set. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> [m68k]