]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: make unix_io cache size configurable
authorDarrick J. Wong <djwong@kernel.org>
Thu, 24 Apr 2025 21:45:59 +0000 (14:45 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 21 May 2025 14:29:30 +0000 (10:29 -0400)
commita5a6bcfb48209de749bba24ccebcdbb866a88666
treed967047e2c8bbb9ddd482ec48f0a706da2a143f6
parent2fc31e7f7678f611f69a4741a1cf11fa717bd362
libext2fs: make unix_io cache size configurable

Make it so that we can reconfigure the unix IO manager cache size.
fuse2fs might want more than 32 blocks.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Link: https://lore.kernel.org/r/174553065546.1161238.2653341081512215032.stgit@frogsfrogsfrogs
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/unix_io.c