diff options
author | David Hildenbrand <[email protected]> | 2022-11-16 11:26:58 +0100 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2022-11-30 15:59:00 -0800 |
commit | 052d9b0f7ae1200b4a0783cf934ee4a987d37fd7 (patch) | |
tree | e1d216892d6cb2bcc0c8ac37fa9cfced42941ecc /lib/mpi/mpiutil.c | |
parent | 20ea7783236c374ddb7f201132a5fb9624563a77 (diff) |
habanalabs: remove FOLL_FORCE usage
FOLL_FORCE is really only for ptrace access. As we unpin the pinned pages
using unpin_user_pages_dirty_lock(true), the assumption is that all these
pages are writable.
FOLL_FORCE in this case seems to be due to copy-and-past from other
drivers. Let's just remove it.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: David Hildenbrand <[email protected]>
Acked-by: Oded Gabbay <[email protected]>
Cc: Oded Gabbay <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions