[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <790473091.764741439359628318.JavaMail.weblogic@epmlwas06a>
Date: Wed, 12 Aug 2015 06:07:08 +0000 (GMT)
From: Daeho Jeong <daeho.jeong@...sung.com>
To: Theodore Ts'o <tytso@....edu>
Cc: 정대호 <daeho.jeong@...sung.com>,
"linux-ext4@...r.kernel.org" <linux-ext4@...r.kernel.org>,
"daehojng@...il.com" <daehojng@...il.com>
Subject: Re: A question about EXT4_INODE_JOURNAL_DATA flag with delalloc
Ted, thanks for your response.
I just have tested the below test by temporally enabling per-file data journalling with delalloc
and it didn't cause kernel oops any more. I will check further whether per-file data journalling
while allowing the rest of the file system to be using delalloc will cause another type of problem
or not.
dd if=/dev/zero of=/mnt/test1/file bs=1M count=4
chattr +j /mnt/test1/file
dd if=/dev/zero of=/mnt/test1/file bs=1M count=4 conv=notrunc
chattr -j /mnt/test1/file
Best Regards,
Powered by blists - more mailing lists