From: Eli Carter <eli.carter@inet.com>
To: linux-kernel@vger.kernel.org
Subject: of dentries and inodes
Date: Wed, 14 Aug 2002 10:34:46 -0500 [thread overview]
Message-ID: <3D5A7896.7020407@inet.com> (raw)
All,
Ok, I'm puzzled... I have not yet found an answer from groups.google or
my oreilly tomes. :/
(I'm looking at a 2.2 kernel, but I doubt this has changed.) In ext2, as
well as many other fs's, there appears a line much like this in their
'struct file_system_type.read_super()' function:
sb->s_root = d_alloc_root(iget(sb, EXT2_ROOT_INO), NULL);
Now, I was under the impression that for each iget(), you need to have
an iput() when you're done with the inode... which in this case would
mean an iput() in 'struct super_operations.put_super()'... but I don't
see one there.
So I would expect the root inode might hang around in the filesystem
cache(s) after a umount. But I would expect that to cause filesystem
corruption on a regular basis. ('mount, umount, mkfs' for example,
would yield an inconsistancy between disk and filesystem cache.)
I'm missing something, or misunderstand something, or both... can anyone
point me in the right direction?
TIA,
Eli
--------------------. "If it ain't broke now,
Eli Carter \ it will be soon." -- crypto-gram
eli.carter(a)inet.com `-------------------------------------------------
next reply other threads:[~2002-08-14 15:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-14 15:34 Eli Carter [this message]
2002-08-14 22:20 ` of dentries and inodes Andreas Dilger
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=3D5A7896.7020407@inet.com \
--to=eli.carter@inet.com \
--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.