]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
ext2fs: rename "s_overhead_blocks" to "s_overhead_clusters"
authorLi Dongyang <dongyangli@ddn.com>
Wed, 20 Nov 2019 04:35:25 +0000 (04:35 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 27 Jan 2020 03:52:23 +0000 (22:52 -0500)
commit6022925dc445eafb3d06793406af786645303f4a
tree094de76fa6aa88d78ef09211a4a127ddae4f457e
parentbd828b0d44221455e667dd739e97f7f9ff9a19cf
ext2fs: rename "s_overhead_blocks" to "s_overhead_clusters"

Rename s_overhead_blocks field from struct ext2_super_block to
make it consistent with the kernel counterpart.

Signed-off-by: Li Dongyang <dongyangli@ddn.com>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/set_fields.c
lib/e2p/ls.c
lib/ext2fs/ext2_fs.h
lib/ext2fs/swapfs.c
lib/ext2fs/tst_super_size.c