]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
ext4/271: _notrun if there are journal related mount options
authorEryu Guan <eguan@redhat.com>
Thu, 23 Jun 2016 06:09:47 +0000 (14:09 +0800)
committerEryu Guan <eguan@redhat.com>
Fri, 24 Jun 2016 04:54:04 +0000 (12:54 +0800)
commit54774d4bb5f8b5756913034cf9fdd28ba5bee03c
treede238cc487970dc7d8bd01105f29a69d55b2807b
parent497363b7899bad23b24529614532265efabb140b
ext4/271: _notrun if there are journal related mount options

ext4/271 runs in no journal mode (-onoload), so running test with
journal related mount options makes no sense, and test fails after
kernel commit 1e381f60dad9 ("ext4: do not allow journal_opts for fs
w/o journal"), journal related mount options are not allowed in no
journal mode. So _notrun if there're journal related mount options.

Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/ext4/271