commit | 0304688676bdfc8159e165313d71da19c118ba27 | [log] [tgz] |
---|---|---|
author | vikram.jadhav07 <vikramjadhavpucsd2007@gmail.com> | Sun Mar 13 17:56:52 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Mar 13 17:56:52 2016 -0400 |
tree | 029ff2743a674d77d37e2c27d1c651b72fb4500e | |
parent | 490c1b444ce653d0784a9a5fa4d11287029feeb9 [diff] |
ext4: clean up error handling in the MMP support There is memory leak as both caller function kmmpd() and callee read_mmp_block() not releasing bh_check (i.e buffer_head). Given patch fixes this problem. [ Additional changes suggested by Andreas Dilger -- TYT ] Signed-off-by: Jadhav Vikram <vikramjadhavpucsd2007@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>