From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: [PATCH 0/4] XFS iget fixes Date: Tue, 04 Aug 2009 10:15:54 -0400 Message-ID: <20090804141554.992235000@bombadil.infradead.org> Cc: linux-fsdevel@vger.kernel.org, david@fromorbit.com To: xfs@oss.sgi.com Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:38366 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754170AbZHDOSf (ORCPT ); Tue, 4 Aug 2009 10:18:35 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: These should fix the fallout from the xfs_inode/VFS inode merge. The first patch contains just locking changes to the iget hit patch and is conceptually unrelated to the rest, but required for them to apply. The other three patches deal basically with the problem that we really don't want to delete the inode that won the race and got added to the inode cache radix tree when we free the inode that lost it. To do so we need to change the hooks into inode.c that were exported only for this kind of use in XFS.