linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Joseph D. Wagner" <technojoe@josephdwagner.info>
To: "'Andreas Dilger'" <adilger@clusterfs.com>
Cc: "'Xin Zhao'" <uszhaoxin@gmail.com>,
	"'linux-kernel'" <linux-kernel@vger.kernel.org>,
	<linux-fsdevel@vger.kernel.org>
Subject: RE: Why ext3 uses different policies to allocate inodes for dirs and files?
Date: Tue, 7 Mar 2006 09:34:53 -0600	[thread overview]
Message-ID: <001901c641fc$ae8120e0$0201a8c0@joe> (raw)
In-Reply-To: <20060307083319.GH6393@schatzie.adilger.int>

> I'm not sure what it is you are saying.  Directories may be renamed, but
> the inodes are never moved.

That is what I meant to say.  I should have been clearer between when I said "directories" and "dir inodes".  When I said "directories" I was referring to the names.  By "directories are moved" I was referring to how you can rename a directory in such a way as to change its name within the hierarchy.  For example:

mv -R /usr/local/lib/i386-redhat-linux/ /usr/lib/

Assuming that the source and destination are the same partition, this "move" operation is actually a simple "rename".  The "dir inode" listing of "i386-redhat-linux" is removed from the "/usr/local/lib/" directory list and added to the "/usr/lib/" directory list.

If the "dir inode" were to be moved closer to the "parent dir inode", this would become quite an expensive "move" operation, as it would have to move all of the "dir inodes" of the "i386-redhat-linux" directory and all subdirectories away from the "parent dir inode" of "/usr/local/lib/" and closer to the "parent dir inode" of "/usr/lib/".

Like I said, this is just one of several reasons why "dir inodes" are spread out more uniformly throughout the partition, rather than kept close to their "parent dir inode".

Sorry I wasn't clearer.

Joseph D. Wagner

  reply	other threads:[~2006-03-07 15:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-06 21:42 Why ext3 uses different policies to allocate inodes for dirs and files? Xin Zhao
2006-03-07  5:24 ` Joseph D. Wagner
2006-03-07  8:33   ` Andreas Dilger
2006-03-07 15:34     ` Joseph D. Wagner [this message]
2006-03-07 15:39       ` Matthew Wilcox

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='001901c641fc$ae8120e0$0201a8c0@joe' \
    --to=technojoe@josephdwagner.info \
    --cc=adilger@clusterfs.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=uszhaoxin@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).