Why max_debt isn't used in ext4's find_group_orlov(...) ?

2007-07-19 Thread Yan Zheng
Hi all max_debt is used in ext2's find_group_orlov . In ext4's find_group_orlov, max_debt is only computed, but not used. I wonder whether it's a typo, Can anyone give me a answer? The kernel source I read is 2.6.22. Thanks in advance. Best Regards YZ - To unsubscribe from

Re: Why max_debt isn't used in ext4's find_group_orlov(...) ?

2007-07-19 Thread Kalpak Shah
On Thu, 2007-07-19 at 21:00 +0800, Yan Zheng wrote: Hi all max_debt is used in ext2's find_group_orlov . In ext4's find_group_orlov, max_debt is only computed, but not used. I wonder whether it's a typo, Can anyone give me a answer? The kernel source I read is 2.6.22. I think you are

e2fsck bogus error report on orphan-list

2007-07-19 Thread Ryoichi . Kato
Hi, I hit a problem of ext3/e2fsck on orphan-list handling. The following sequence produces bogus e2fsck error report: /dev/XXX: Inodes that were part of a corrupted orphan linked list found. 1. Delete a file in an ext3 filesystem in early 1970 2. Set RTC to 2007, and then mount/write the

Re: e2fsck bogus error report on orphan-list

2007-07-19 Thread Theodore Tso
On Fri, Jul 20, 2007 at 12:39:19AM +0900, [EMAIL PROTECTED] wrote: Hi, I hit a problem of ext3/e2fsck on orphan-list handling. Wow, I'm rather impressed that this was sufficient for a presentation at a conference. You could have just sent me e-mail. :-) The following sequence produces

[Take 2]e2fsprogs: Undo I/O manager

2007-07-19 Thread Aneesh Kumar K.V
This patch fixes some bugs found during testing of the large inode migration patches. -aneesh - To unsubscribe from this list: send the line unsubscribe linux-ext4 in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 2/2] e2fsprogs: Add undoe2fs

2007-07-19 Thread Aneesh Kumar K.V
From: Aneesh Kumar K.V [EMAIL PROTECTED] undoe2fs can be used to replay the transaction saved in the transaction file using undo I/O Manager Signed-off-by: Aneesh Kumar K.V [EMAIL PROTECTED] --- misc/Makefile.in | 10 +- misc/undoe2fs.c | 77

Re: e2fsck bogus error report on orphan-list

2007-07-19 Thread Ryoichi KATO
At Thu, 19 Jul 2007 12:55:10 -0400, Theodore Tso wrote: On Fri, Jul 20, 2007 at 12:39:19AM +0900, [EMAIL PROTECTED] wrote: Hi, I hit a problem of ext3/e2fsck on orphan-list handling. Wow, I'm rather impressed that this was sufficient for a presentation at a conference. You could have

Re: [PATCH] Faster ext2_clear_inode()

2007-07-19 Thread Andrew Morton
On Mon, 9 Jul 2007 22:00:03 +0200 Jörn Engel [EMAIL PROTECTED] wrote: On Mon, 9 July 2007 22:01:48 +0400, Alexey Dobriyan wrote: Yes. Note that ext2_clear_inode() is referenced from ext2_sops, so even empty, it leaves traces in resulting kernel. Is that your opinion or have you