commit | 1e19a19584b332eb92a573b66b7342fb97e67507 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Fri Jul 10 21:13:38 2009 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Jul 30 10:59:50 2009 +0100 |
tree | c02ad1ff429ba770da8bee47c5444be829729666 | |
parent | a51b56fff3f04fc5aa66b21a2a6d693ee9862d66 [diff] |
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 <swhiteho@redhat.com>