From: BoozooK <boozook@free.fr>
To: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Unallocate inodes created with new_inode()
Date: Tue, 13 May 2008 09:25:31 +0200 [thread overview]
Message-ID: <op.ua2z8tcrpodc4a@twindruff> (raw)
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.
reply other threads:[~2008-05-13 7:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=op.ua2z8tcrpodc4a@twindruff \
--to=boozook@free.fr \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.