Unallocate inodes created with new_inode()

From: BoozooK
Date: Tue May 13 2008 - 03:25:40 EST


Hello,
I'm currently writing a simple read-only filesystem based on a device. I use the new_inode function (which is defined in inode.c) to allocate my inodes and my driver holds a list of the allocated inodes in order to destroy them in the end, but I don't know how I should destroy them (I mean with which function). I currently get a "Busy inodes after unmount" message after unmounting my filesystem.

Thanks in advance,
BoozooK.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/