commit | c121d3bb717ee932caf031c6a7923547f7f83163 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Mon Dec 04 03:13:54 2017 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:40 2018 -0400 |
tree | 507bb4c1860a43c73b5b7d383a797c77c3b9c3ed | |
parent | 7b8d046fba91d62beb8a8f78244aaa3c23a60cdd [diff] |
shmem: Convert shmem_free_swap to XArray Since we are conditionally storing NULL in the XArray, we do not need to allocate memory and the GFP flags will be unused. Signed-off-by: Matthew Wilcox <willy@infradead.org>