[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200803241234.AA00346@TNESG9526.rs.jp.nec.com>
Date: Mon, 24 Mar 2008 21:34:51 +0900
From: Akira Fujita <a-fujita@...jp.nec.com>
To: aneesh.kumar@...ux.vnet.ibm.com
Cc: adilger@....com, cmm@...ibm.com, tytso@....edu,
linux-ext4@...r.kernel.org, linux-fsdevel@...r.kernel.org,
a-fujita@...jp.nec.com
Subject: Re: [PATCH 1/5] ext4 online defrag header file changes
Hi Aneesh,
> On Mon, Mar 24, 2008 at 08:00:54PM +0900, Akira Fujita wrote:
>>>
>> Is EXT4_IOC_FIEMAP going to be added to the ext4 patch queue?
>> I will try to use EXT4_IOC_FIEMAP instead of EXT4_IOC_EXTENTS_INFO
>> in ext4 online defrag when kernel supports it.
>
> Can you also look at the sparse warnings with the patches ?
>
I have already released the fixed patch before, but it is not in the ext4 patch queue yet.
Mingming, could you replace new ext4-online-defrag-free-space-fragmentation.patch
with old one in the ext4 patch queue?
Regards, Akira
Signed-off-by: Akira Fujita <a-fujita@...jp.nec.com>
---
defrag.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -Nurp linux-2.6.25-rc6-full/fs/ext4/defrag.c linux-2.6.25-rc6-fix/fs/ext4/defrag.c
--- linux-2.6.25-rc6-full/fs/ext4/defrag.c 2008-03-24 20:37:10.000000000 +0900
+++ linux-2.6.25-rc6-fix/fs/ext4/defrag.c 2008-03-24 20:40:22.000000000 +0900
@@ -454,7 +454,7 @@ static int ext4_defrag_move_victim(struc
ext_info->ext[i].len, goal, DEFRAG_FORCE_VICTIM, &ext);
if (ret < 0) {
printk(KERN_ERR "ext4 defrag: "
- "Moving victim file failed. ino [%lu]\n",
+ "Moving victim file failed. ino [%llu]\n",
ext_info->ino);
goto err;
}
--
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