]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: create slab caches for frequently-used deferred items
authorDarrick J. Wong <djwong@kernel.org>
Thu, 28 Apr 2022 19:39:04 +0000 (15:39 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 28 Apr 2022 19:39:04 +0000 (15:39 -0400)
commit1577541ce25f01e1438cbebf51cbbb75f6ac16ce
tree6cc120b4877aaba62fcefec0486bf513deb07c6b
parent8a702e68abc012de4d242abf4af988d66e22e230
xfs: create slab caches for frequently-used deferred items

Source kernel commit: f3c799c22c661e181c71a0d9914fc923023f65fb

Create slab caches for the high-level structures that coordinate
deferred intent items, since they're used fairly heavily.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Chandan Babu R <chandan.babu@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/defer_item.c
libxfs/init.c
libxfs/xfs_bmap.c
libxfs/xfs_bmap.h
libxfs/xfs_defer.c
libxfs/xfs_defer.h
libxfs/xfs_refcount.c
libxfs/xfs_refcount.h
libxfs/xfs_rmap.c
libxfs/xfs_rmap.h