OSDN Git Service

ext4: remove the 'group' parameter of ext4_trim_extent
authorWang Jianchao <wangjianchao@kuaishou.com>
Sat, 24 Jul 2021 07:41:20 +0000 (15:41 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 12 Aug 2021 17:11:25 +0000 (13:11 -0400)
commitbd2eea8d0a6b6a9aca22f20bf74f73b71d8808af
tree85fa7dcd2a32cddd628f616d556c8912be528bf4
parent4009cc7ad6b5f8a260e46cdaabb3763f2e6ca2e0
ext4: remove the 'group' parameter of ext4_trim_extent

Get rid of the 'group' parameter of ext4_trim_extent as we can get
it from the 'e4b'.

Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Wang Jianchao <wangjianchao@kuaishou.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20210724074124.25731-2-jianchao.wan9@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c