From: Steven Whitehouse Date: Wed, 21 Jun 2006 19:38:17 +0000 (-0400) Subject: [GFS2] Fix double locking problem in rename X-Git-Tag: v2.6.19-rc1~32^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9d1ca30505c6fed867e1724b16fdad0c281d7d1;p=pandora-kernel.git [GFS2] Fix double locking problem in rename The rename inode operation was trying to lock the same inode twice in the case of renaming with the source and destination directories the same. We now test for this and just lock once. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed