Hi,
Can you try XFS with this change, just to confirm you are seeing the same
problem I am seeing. I am not proposing this as a permanent fix yet,
just confirming what the deadlock is.
Thanks
Steve
===========================================================================
Index: linux/fs/inode.c
===========================================================================
--- /usr/tmp/TmpDir.21835-0/linux/fs/inode.c_1.53 Fri Sep 28 12:57:27 2001
+++ linux/fs/inode.c Fri Sep 28 10:17:49 2001
@@ -76,7 +76,7 @@
static kmem_cache_t * inode_cachep;
#define alloc_inode() \
- ((struct inode *) kmem_cache_alloc(inode_cachep, SLAB_KERNEL))
+ ((struct inode *) kmem_cache_alloc(inode_cachep, SLAB_NOFS))
static void destroy_inode(struct inode *inode)
{
if (inode_has_buffers(inode))
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/