[PATCH 0/2] two cleanups for mballoc

Kemeng Shi posted 2 patches 2 years, 11 months ago
fs/ext4/mballoc.c | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
[PATCH 0/2] two cleanups for mballoc
Posted by Kemeng Shi 2 years, 11 months ago
Hi, this series contain two cleanups to fix typo and remove unnecessary
pointer dereference. Thanks!

Kemeng Shi (2):
  ext4: fix typos in mballoc
  ext4: avoid unnecessary pointer dereference in
    ext4_mb_normalize_request

 fs/ext4/mballoc.c | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

-- 
2.30.0
Re: [PATCH 0/2] two cleanups for mballoc
Posted by Theodore Ts'o 2 years, 11 months ago
On Sun, 12 Mar 2023 01:09:47 +0800, Kemeng Shi wrote:
> pointer dereference. Thanks!
> 
> Kemeng Shi (2):
>   ext4: fix typos in mballoc
>   ext4: avoid unnecessary pointer dereference in
>     ext4_mb_normalize_request
> 
> [...]

Applied, thanks!

[1/2] ext4: fix typos in mballoc
      commit: dac2da4882d847ed83155c2809e93bc2348677c8
[2/2] ext4: avoid unnecessary pointer dereference in ext4_mb_normalize_request
      commit: e15eeffe99e11512e658f19af7952a57aede8915

Best regards,
-- 
Theodore Ts'o <tytso@mit.edu>