commit | c11760c6d80ab6aa20e383cf378a7287305f591c | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jun 08 10:30:03 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Jun 18 07:25:42 2011 -0700 |
tree | 91f5c65f5b1bf57bba5774c87767f93549f6bec5 | |
parent | a6c0a392622702fc9f47ddcea5684414d44a5d3b [diff] |
isofs: fix bh leak in isofs_fill_super() error case In isofs_fill_super(), when an iso_primary_descriptor is found, it is kept in pri_bh. The error cases don't properly release it. Fix it. Reported-and-tested-by: κΉμμ <stanley.will.kim@gmail.com> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>