commit | 48ce8b056c88920c8ac187781048f5dae33c81b9 | [log] [tgz] |
---|---|---|
author | Evgeniy Dushistov <dushistov@mail.ru> | Mon Jun 05 08:21:03 2006 -0500 |
committer | Dave Kleikamp <shaggy@austin.ibm.com> | Mon Jun 05 08:21:03 2006 -0500 |
tree | d03665af62302a252a5c60e7a920190ed93cbec8 | |
parent | 672c6108a51bf559d19595d9f8193dfd81f0f752 [diff] |
JFS: commit_mutex cleanups I look at code, and see that 1)locks wasn't release in the opposite order in which they were taken 2)in jfs_rename we lock new_ip, and in "error path" we didn't unlock it 3)I see strange expression: "! !" May be this worth to fix? Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru> Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>