2006-01-23 14:40:30

by Tetsuo Takata

[permalink] [raw]
Subject: [PATCH] enable XFS write barrier

I found out that the q->ordered is not being set properly on XFS.


I'm testing the write barrier support of XFS.
I run the test on kernel 2.6.16-rc1-git4.
but I found out that the "-o barrier" option is automatically disabled
in my environment.
For this reason I could not test the write barrier's execution path.

The error message in "/var/log/messages" is:
Filesystem "sdb1": Disabling barriers, not supported by the underlying device


This patch fixes these bugs.


Best regards,

Tetsuo Takata


Attachments:
(No filename) (501.00 B)
2.6.16-rc1-git4-sd.patch (559.00 B)
Download all attachments

2006-01-23 14:46:13

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH] enable XFS write barrier

On Mon, Jan 23 2006, Tetsuo Takata wrote:
> I found out that the q->ordered is not being set properly on XFS.
>
>
> I'm testing the write barrier support of XFS.
> I run the test on kernel 2.6.16-rc1-git4.
> but I found out that the "-o barrier" option is automatically disabled
> in my environment.
> For this reason I could not test the write barrier's execution path.
>
> The error message in "/var/log/messages" is:
> Filesystem "sdb1": Disabling barriers, not supported by the underlying device
>
>
> This patch fixes these bugs.

Woops, thanks!

--
Jens Axboe