commit | 55ce6e23ebd159bc3d8f0a20e27503e09b5d8138 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Dec 29 08:53:52 2017 +0100 |
committer | Dan Williams <dan.j.williams@intel.com> | Mon Jan 08 11:46:23 2018 -0800 |
tree | 54c79d9fe9a676a4ff6bc480b2917ea4345056c8 | |
parent | 4dfeeaad630f6261f30314faab46cc2f512450d3 [diff] |
mm: don't export __add_pages This function isn't used by any modules, and is only to be called from core MM code. This includes the calls for the add_pages wrapper that might be inlined. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>