]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
shared/272: don't try to use O_DIRECT
authorTheodore Ts'o <tytso@mit.edu>
Thu, 9 Jun 2016 18:42:31 +0000 (14:42 -0400)
committerEryu Guan <eguan@redhat.com>
Wed, 15 Jun 2016 07:37:26 +0000 (15:37 +0800)
commit795ea36a18c559412d8a2062e6ea49aeee764f70
tree1bddbc275e0b58f3e697d1770c66430ae03eeb3b
parent2d59a75d918325c56c460afe827dd16ebdda7cc1
shared/272: don't try to use O_DIRECT

A comment in shared/272 claims that ext4 supports O_DIRECT in
data=journalling mode.  Actually, it doesn't, it was just silently
ignoring O_DIRECT, let's not try to test O_DIRECT for either ext3 or
ext4 in this test.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/shared/272