commit | 82c1593cad3dfc97661764c8bc62aa1a416e9ea8 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Tue Jan 20 16:46:02 2009 +0200 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon Jan 26 12:54:11 2009 +0200 |
tree | 7c4b6e31f620f289d6cdb74ec316f2fc76fdd137 | |
parent | 7078202e55b565582fcbd831a8dd3069bdc72610 [diff] |
UBIFS: simplify locking This patch simplifies lock_[23]_inodes functions. We do not have to care about locking order, because UBIFS does this for @i_mutex and this is enough. Thanks to Al Viro for suggesting this. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>