commit | 3b9d4ed26680771295d904a6b83e88e620780893 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Apr 25 22:54:04 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Apr 25 22:54:04 2009 -0400 |
tree | 905b0e95697839c446c86250cf38dd256f5e846a | |
parent | a63c9eb2ce6f5028da90f282798232c4f398ceb8 [diff] |
ext4: Replace lock/unlock_super() with an explicit lock for the orphan list Use a separate lock to protect the orphan list, so we can stop overloading the use of lock_super(). Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>