hfi1/user_exp_rcv: explicitely call hfi1_map_device_addresses

There were cases where nobody else did this mapping for us
This commit is contained in:
Dominique Martinet
2017-09-22 11:38:47 +09:00
committed by Balazs Gerofi
parent d23939da8c
commit 662895c020
3 changed files with 21 additions and 3 deletions

View File

@@ -1651,6 +1651,8 @@ struct hfi1_filedata {
void *mm; //struct mm_struct *mm;
};
int hfi1_map_device_addresses(struct hfi1_filedata *fd);
#ifdef __HFI1_ORIG__
extern struct list_head hfi1_dev_list;