diff options
author | Ye Bin <[email protected]> | 2022-09-14 18:08:59 +0800 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2022-09-30 23:46:52 -0400 |
commit | ccbf8eeb39f2ff00b54726a2b20b35d788c4ecb5 (patch) | |
tree | e786cfd4abac7b6c963235062929c8c311e392d2 /tools/perf/scripts/python/task-analyzer.py | |
parent | 243d1a5d505d0b0460c9af0ad56ed4a56ef0bebd (diff) |
ext4: fix miss release buffer head in ext4_fc_write_inode
In 'ext4_fc_write_inode' function first call 'ext4_get_inode_loc' get 'iloc',
after use it miss release 'iloc.bh'.
So just release 'iloc.bh' before 'ext4_fc_write_inode' return.
Cc: [email protected]
Signed-off-by: Ye Bin <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions