[PATCH 0/2] ext4: fix WARNING in mb_cache_destroy

libaokun@huaweicloud.com posted 2 patches 1 year, 7 months ago
fs/ext4/xattr.c | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
[PATCH 0/2] ext4: fix WARNING in mb_cache_destroy
Posted by libaokun@huaweicloud.com 1 year, 7 months ago
From: Baokun Li <libaokun1@huawei.com>

Baokun Li (2):
  ext4: fix mb_cache_entry's e_refcnt leak in
    ext4_xattr_block_cache_find()
  ext4: propagate errors from ext4_sb_bread() in
    ext4_xattr_block_cache_find()

 fs/ext4/xattr.c | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

-- 
2.39.2
Re: [PATCH 0/2] ext4: fix WARNING in mb_cache_destroy
Posted by Theodore Ts'o 1 year, 7 months ago
On Sat, 04 May 2024 15:55:24 +0800, libaokun@huaweicloud.com wrote:
> Baokun Li (2):
>   ext4: fix mb_cache_entry's e_refcnt leak in
>     ext4_xattr_block_cache_find()
>   ext4: propagate errors from ext4_sb_bread() in
>     ext4_xattr_block_cache_find()
> 
> fs/ext4/xattr.c | 23 ++++++++++++++---------
>  1 file changed, 14 insertions(+), 9 deletions(-)
> 
> [...]

Applied, thanks!

[1/2] ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()
      commit: 0c0b4a49d3e7f49690a6827a41faeffad5df7e21
[2/2] ext4: propagate errors from ext4_sb_bread() in ext4_xattr_block_cache_find()
      commit: dc1c4663bc493f323d6b2f9dd55c044ea920dacf

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