summaryrefslogtreecommitdiffstats
path: root/fs/afs
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-08-07 19:38:29 +0200
committerChristoph Hellwig <hch@brick.lst.de>2009-08-07 19:38:29 +0200
commit2e00c97e2c1d2ffc9e26252ca26b237678b0b772 (patch)
treee2c65f473e079c4b6027f7f8b7224febe7483884 /fs/afs
parentvfs: fix inode_init_always calling convention (diff)
downloadlinux-2e00c97e2c1d2ffc9e26252ca26b237678b0b772.tar.xz
linux-2e00c97e2c1d2ffc9e26252ca26b237678b0b772.zip
vfs: add __destroy_inode
When we want to tear down an inode that lost the add to the cache race in XFS we must not call into ->destroy_inode because that would delete the inode that won the race from the inode cache radix tree. This patch provides the __destroy_inode helper needed to fix this, the actual fix will be in th next patch. As XFS was the only reason destroy_inode was exported we shift the export to the new __destroy_inode. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
Diffstat (limited to 'fs/afs')
0 files changed, 0 insertions, 0 deletions