* Unallocate inodes created with new_inode()
@ 2008-05-13 7:25 BoozooK
0 siblings, 0 replies; only message in thread
From: BoozooK @ 2008-05-13 7:25 UTC (permalink / raw)
To: linux-kernel@vger.kernel.org
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-13 7:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-13 7:25 Unallocate inodes created with new_inode() BoozooK
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox