aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRalph Campbell <[email protected]>2019-07-25 17:56:50 -0700
committerJason Gunthorpe <[email protected]>2019-07-26 12:35:29 -0300
commitcc374377a19d2a49d693997b62dc3a6f5fac6d61 (patch)
treeb0d11388ba858add42381d6945176dbff4d926a2 /include/linux
parentf527688d5d8a80d2d1b2c02779105747c2f4f705 (diff)
mm/hmm: remove hmm_range vma
Since hmm_range_fault() doesn't use the struct hmm_range vma field, remove it. Link: https://lore.kernel.org/r/[email protected] Suggested-by: Jason Gunthorpe <[email protected]> Signed-off-by: Ralph Campbell <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Reviewed-by: Jason Gunthorpe <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/hmm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hmm.h b/include/linux/hmm.h
index 90dc5944b1bc..82265118d94a 100644
--- a/include/linux/hmm.h
+++ b/include/linux/hmm.h
@@ -164,7 +164,6 @@ enum hmm_pfn_value_e {
*/
struct hmm_range {
struct hmm *hmm;
- struct vm_area_struct *vma;
struct list_head list;
unsigned long start;
unsigned long end;