[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20090204145951.GD14762@mit.edu>
Date: Wed, 4 Feb 2009 09:59:51 -0500
From: Theodore Tso <tytso@....edu>
To: Akira Fujita <a-fujita@...jp.nec.com>
Cc: linux-ext4@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: Re: [RFC][PATCH 1/3] ext4: Add EXT4_IOC_DEFRAG ioctl and basic
defrag functions
On Fri, Jan 30, 2009 at 03:12:07PM +0900, Akira Fujita wrote:
> + *
> + * Note that the extents of target file(@o_filp) are always converted
> + * from "uninitialized" to "initialized" after swapping the blocks
> + * between the original file and the destination one(@d_filp).
> + * In the next version, this behavior will be fixed not to change extents'
> + * initializing status.
Note also that if the extent in the target file is "uninitialized",
it's not necessary to force the page into memory and then force it to
be written out again. This is important if the file involved is a
large database file which still has large areas preallocated, but not
yet initialized.
- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists