mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
This patch fixes a build breakage introduced by commit
f5ac4916e9840292edd33c7a52b10364526547f3 ("slub: move slabinfo.c to
tools/slub/slabinfo.c") that was repoted by Stephen:
After merging the slab tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
gcc: /scratch/sfr/next/Documentation/vm/slabinfo.c: No such file or directory
gcc: no input files
Caused by commit f5ac4916e9840292edd33c7a52b10364526547f3 ("slub: move
slabinfo.c to tools/slub/slabinfo.c"). Missing update to
Documentation/vm/Makefile?
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| 00-INDEX | ||
| active_mm.txt | ||
| balance | ||
| highmem.txt | ||
| hugepage-mmap.c | ||
| hugepage-shm.c | ||
| hugetlbpage.txt | ||
| hwpoison.txt | ||
| ksm.txt | ||
| locking | ||
| Makefile | ||
| map_hugetlb.c | ||
| numa | ||
| numa_memory_policy.txt | ||
| overcommit-accounting | ||
| page_migration | ||
| page-types.c | ||
| pagemap.txt | ||
| slub.txt | ||
| unevictable-lru.txt | ||