From: Steven Whitehouse Date: Fri, 10 Jul 2009 20:13:38 +0000 (+0100) Subject: GFS2: Don't try and dealloc own inode X-Git-Tag: v2.6.31-rc5~12^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e19a19584b332eb92a573b66b7342fb97e67507;p=pandora-kernel.git GFS2: Don't try and dealloc own inode When searching for unlinked, but still allocated inodes during block allocation, avoid the block relating to the inode that is doing the allocation. This fixes a hang caused when an unlinked, but still open, inode tries to allocate some more blocks and lands up finding itself during the search for deallocatable inodes. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed