From: Evgeniy Dushistov Date: Mon, 5 Jun 2006 13:21:03 +0000 (-0500) Subject: JFS: commit_mutex cleanups X-Git-Tag: v2.6.18-rc2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48ce8b056c88920c8ac187781048f5dae33c81b9;p=pandora-kernel.git 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 Signed-off-by: Dave Kleikamp --- Reading git-diff-tree failed