]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: fix xfs_trans slab cache name
authorAnthony Iliopoulos <ailiop@suse.com>
Thu, 25 Mar 2021 18:47:05 +0000 (11:47 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 25 Mar 2021 23:47:53 +0000 (16:47 -0700)
commit4258981b48947c0929a90c00e6cb3cf5c213ccf7
treee510a2bee68d713af1218b0b140e25250a42eb78
parentb151b868163a16c718c2e663c8215d787991ab14
xfs: fix xfs_trans slab cache name

Removal of kmem_zone_init wrappers accidentally changed a slab cache
name from "xfs_trans" to "xf_trans". Fix this so that userspace
consumers of /proc/slabinfo and /sys/kernel/slab can find it again.

Fixes: 06a4822c4d69 ("xfs: Remove slab init wrappers")
Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_super.c