diff options
| author | Yixuan Cao <[email protected]> | 2021-11-11 04:32:30 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-11-11 17:34:35 +0000 |
| commit | 0093de693fe7baf31641d1863793e6db93a43b6e (patch) | |
| tree | 7469be0ee08bd3021a717ef485ac988072792fa7 /tools/perf/util/c++/clang-test.cpp | |
| parent | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... (diff) | |
| download | kernel-0093de693fe7baf31641d1863793e6db93a43b6e.tar.gz kernel-0093de693fe7baf31641d1863793e6db93a43b6e.zip | |
mm/page_owner.c: modify the type of argument "order" in some functions
The type of "order" in struct page_owner is unsigned short.
However, it is unsigned int in the following 3 functions:
__reset_page_owner
__set_page_owner_handle
__set_page_owner_handle
The type of "order" in argument list is unsigned int, which is
inconsistent.
[[email protected]: update include/linux/page_owner.h]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Yixuan Cao <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/c++/clang-test.cpp')
0 files changed, 0 insertions, 0 deletions
