Skip to content
Commit 567f3e9a authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: plug a buffer_head leak in an error path of ext4_iget()



One of the invalid error paths in ext4_iget() forgot to brelse() the
inode buffer head.  Fix it by adding a brelse() in the common error
return path, which also simplifies function.

Thanks to Andi Kleen <ak@linux.intel.com> reporting the problem.

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 92c28159
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment