[Devel] listhelp.h

2007-06-03 Thread Jun OKAJIMA
Hello. Current ovz005 devel fails in compile, when you enable checkpointing. I fixed TUX stuff from below URL, but still fails. http://bugzilla.openvz.org/attachment.cgi?id=353 Any help? --- Okajima, Jun. Tokyo, Japan. linux-2.6.20$ make CHK include/linux/version.h

Re: [Devel] listhelp.h

2007-06-03 Thread Jun OKAJIMA
Just commenting it out worked. But, sending mails from ML is slow... --- Okajima. Hello. Current ovz005 devel fails in compile, when you enable checkpointing. I fixed TUX stuff from below URL, but still fails. http://bugzilla.openvz.org/attachment.cgi?id=353 Any help?

[Devel] [PATCH ext3/ext4] orphan list check on destroy_inode

2007-06-03 Thread Vasily Averin
Customers claims to ext3-related errors, investigation showed that ext3 orphan list has been corrupted and have the reference to non-ext3 inode. The following debug helps to understand the reasons of this issue. Signed-off-by: Vasily Averin [EMAIL PROTECTED] diff --git a/fs/ext3/super.c

[Devel] [RFC PATCH ext3/ext4] orphan list corruption due bad inode

2007-06-03 Thread Vasily Averin
After ext3 orphan list check has been added into ext3_destroy_inode() (please see my previous patch) the following situation has been detected: EXT3-fs warning (device sda6): ext3_unlink: Deleting nonexistent file (37901290), 0 Inode 0101a15b7840: orphan list check failed! 0773