The reason is that the routine vxfs_fake_inode() does
new_inode(), but this inode is never returned.
I fixed this but am not sure against which base source
the patch should be described.
A minimal version would be to change the six [1] calls of
vxfs_put_inode()
in vxfs_super.c into calls of
iput()
(In my source I turned vxfs_fake_inode() into vxfs_get_fake_inode()
and added vxfs_put_fake_inode() that just does iput().)
Andries
[1] 2.4.7 has three calls, Christoph's patch adds three more.
-
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/