diff options
author | Dan Carpenter <error27@gmail.com> | 2010-11-17 21:46:25 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2010-11-17 21:46:25 -0500 |
commit | f4c8cc652d9f70680dd91be60a7a455040d0a282 (patch) | |
tree | 15464ab1cfa63b2e7b7c83006aa09e605aa7099a /fs/jbd2 | |
parent | 08da1193d2c8c7a25d0cef7f85d0b9f1ad7c583a (diff) | |
download | op-kernel-dev-f4c8cc652d9f70680dd91be60a7a455040d0a282.zip op-kernel-dev-f4c8cc652d9f70680dd91be60a7a455040d0a282.tar.gz |
ext4: missing unlock in ext4_clear_request_list()
If the the li_request_list was empty then it returned with the lock
held. Instead of adding a "goto unlock" I just removed that special
case and let it go past the empty list_for_each_safe().
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/jbd2')
0 files changed, 0 insertions, 0 deletions