]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: clean up the unused variable additional_reserved_segments
authorLongPing Wei <weilongping@oppo.com>
Tue, 29 Oct 2024 10:49:07 +0000 (18:49 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 1 Nov 2024 01:24:41 +0000 (01:24 +0000)
commit1df2bc3c8252261860787a02f61797a914b99163
tree313f182c154e4205a5822fdbcae687ee838b0811
parentcffaa0976fcc941a618951b56745a817befa8f91
f2fs: clean up the unused variable additional_reserved_segments

additional_reserved_segments was introduced by
commit 300a842937fb ("f2fs: fix to reserve space for IO align feature"),
and its initialization was deleted by
commit 87161a2b0aed ("f2fs: deprecate io_bits").

Signed-off-by: LongPing Wei <weilongping@oppo.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/segment.h
fs/f2fs/sysfs.c