]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: Replace lock/unlock_super() with an explicit lock for the orphan list
authorTheodore Ts'o <tytso@mit.edu>
Sun, 26 Apr 2009 02:54:04 +0000 (22:54 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 26 Apr 2009 02:54:04 +0000 (22:54 -0400)
commit2cbe5d4f76803bd26e2d48847ae69c303dd1798a
tree905b0e95697839c446c86250cf38dd256f5e846a
parent8c0b8d76e2a43225cf620786edd12614691c6c13
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>
fs/ext4/ext4_sb.h
fs/ext4/namei.c
fs/ext4/super.c