diff options
| author | Juergen Gross <[email protected]> | 2022-05-24 11:46:30 +0000 |
|---|---|---|
| committer | Juergen Gross <[email protected]> | 2022-05-27 09:05:29 +0000 |
| commit | 49f8b459fc1de5e3712b57c8ccefae9ec45270f8 (patch) | |
| tree | a94aa459860a3d82cae0933e922e1cbfaa980766 /fs/file_table.c | |
| parent | xen: add support for initializing xenstore later as HVM domain (diff) | |
| download | kernel-49f8b459fc1de5e3712b57c8ccefae9ec45270f8.tar.gz kernel-49f8b459fc1de5e3712b57c8ccefae9ec45270f8.zip | |
xen: switch gnttab_end_foreign_access() to take a struct page pointer
Instead of a virtual kernel address use a pointer of the associated
struct page as second parameter of gnttab_end_foreign_access().
Most users have that pointer available already and are creating the
virtual address from it, risking problems in case the memory is
located in highmem.
gnttab_end_foreign_access() itself won't need to get the struct page
from the address again.
Suggested-by: Jan Beulich <[email protected]>
Signed-off-by: Juergen Gross <[email protected]>
Reviewed-by: Jan Beulich <[email protected]>
Signed-off-by: Juergen Gross <[email protected]>
Diffstat (limited to 'fs/file_table.c')
0 files changed, 0 insertions, 0 deletions
