commit | d745a8c20c1f864c10ca78d0f89219633861b7e9 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon May 26 11:56:53 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon May 26 11:56:53 2014 -0400 |
tree | c61f4f25b8bf4f25c30d8bc7933645b49387649f | |
parent | cd2c080c33fdab4ecf5ad43c88be0d3b646d272b [diff] |
ext4: reduce contention on s_orphan_lock Shuffle code around in ext4_orphan_add() and ext4_orphan_del() so that we avoid taking global s_orphan_lock in some cases and hold it for shorter time in other cases. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>