| commit | 1cd916d0340d0f45b151599c24ec40b5b2fd8e4a | [log] [tgz] |
|---|---|---|
| author | Andrew Morton <akpm@linux-foundation.org> | Tue Oct 18 13:57:37 2022 -0700 |
| committer | Andrew Morton <akpm@linux-foundation.org> | Thu Oct 20 21:27:23 2022 -0700 |
| tree | a17ce4b989ec61dcff82dc09885a80c255cadc21 | |
| parent | 5789151e48acc3fd34d2109bf2021dc4df5e33e9 [diff] |
mm/mmap.c: __vma_adjust(): suppress uninitialized var warning
The code is OK, but it fools gcc.
mm/mmap.c:802 __vma_adjust() error: uninitialized symbol 'next_next'.
Fixes: 524e00b36e8c5 ("mm: remove rb tree.")
Reported-by: kernel test robot <lkp@intel.com>
Cc: Liam R. Howlett <Liam.Howlett@Oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>