From: Russell Cattelan Date: Thu, 10 Aug 2006 16:08:40 +0000 (-0500) Subject: [GFS2] Fix a couple of refcount leaks. X-Git-Tag: v2.6.19-rc1~32^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8872187780f6104216c67e7b60c11f708b513c38;p=pandora-kernel.git [GFS2] Fix a couple of refcount leaks. recovery.c add a brelse to deal with gfs2_replay_read_block being called twice on the same block. add a dput to drop the ref count on the root inode. This was causing lingering glocks and thus causing a mount failure to hang. Fix a endian conversion macro that was was swizzling 16bits when it should have been swizzling 32. Signed-off-by: Russell Cattelan Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed