Whamcloud - gitweb
fuse2fs: fix cache size parsing
authorDarrick J. Wong <djwong@kernel.org>
Wed, 21 May 2025 22:35:57 +0000 (15:35 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 23 May 2025 05:10:10 +0000 (01:10 -0400)
commit1d6ff53834dac0c3d708ce95c2f9de96ebd8a833
treef10fff7690390fbd3e2376657da88c197a7c7d0d
parentac2ff60cd29e2de8a066ca3e64c7928056634efc
fuse2fs: fix cache size parsing

Fix the cache size parsing of "cache_size=%s" -- the "%" is at position
11, not 12.

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