diff options
author | Wei Yang <richardw.yang@linux.intel.com> | 2019-12-01 02:57:52 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-12-01 21:59:10 +0100 |
commit | 53eaa14b62d27f3011feb97e12a80bf61a4b29ab (patch) | |
tree | 03f96cbc9f83f363c0826a859a6d70cfdbe62cbe /include/sound/pt2258.h | |
parent | userfaultfd: use vma_pagesize for all huge page size calculation (diff) | |
download | linux-53eaa14b62d27f3011feb97e12a80bf61a4b29ab.tar.xz linux-53eaa14b62d27f3011feb97e12a80bf61a4b29ab.zip |
userfaultfd: remove unnecessary WARN_ON() in __mcopy_atomic_hugetlb()
These warning here is to make sure address(dst_addr) and length(len -
copied) are huge page size aligned.
While this is ensured by:
dst_start and len is huge page size aligned
dst_addr equals to dst_start and increase huge page size each time
copied increase huge page size each time
This means these warnings will never be triggered.
Link: http://lkml.kernel.org/r/20190927070032.2129-2-richardw.yang@linux.intel.com
Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Reviewed-by: Mike Kravetz <mike.kravetz@oracle.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/sound/pt2258.h')
0 files changed, 0 insertions, 0 deletions