diff options
author | Omar Sandoval <[email protected]> | 2024-07-29 15:48:12 -0700 |
---|---|---|
committer | Christian Brauner <[email protected]> | 2024-08-12 22:03:25 +0200 |
commit | 3f65f3c099bcb27949e712f39ba836f21785924a (patch) | |
tree | 9b0bdd720ea591c890c3fafa5c5ff23e77ca1187 /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 98055bc3595500bcf2126b93b1595354bdb86a66 (diff) |
filelock: fix name of file_lease slab cache
When struct file_lease was split out from struct file_lock, the name of
the file_lock slab cache was copied to the new slab cache for
file_lease. This name conflict causes confusion in /proc/slabinfo and
/sys/kernel/slab. In particular, it caused failures in drgn's test case
for slab cache merging.
Link: https://github.com/osandov/drgn/blob/9ad29fd86499eb32847473e928b6540872d3d59a/tests/linux_kernel/helpers/test_slab.py#L81
Fixes: c69ff4071935 ("filelock: split leases out of struct file_lock")
Signed-off-by: Omar Sandoval <[email protected]>
Link: https://lore.kernel.org/r/2d1d053da1cafb3e7940c4f25952da4f0af34e38.1722293276.git.osandov@fb.com
Reviewed-by: Chuck Lever <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions