commit | 8dd420466c7bfc459fa04680bd5690bfc41a4553 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Aug 03 21:38:29 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Aug 03 21:38:29 2010 -0400 |
tree | 6004eaaa7266979397a9d87e30066fc91d3650c3 | |
parent | a931da6ac9331a6c80dd91c199105806f2336188 [diff] |
jbd2: Remove t_handle_lock from start_this_handle() This should remove the last exclusive lock from start_this_handle(), so that we should now be able to start multiple transactions at the same time on large SMP systems. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>