common/rc: skip encrypted direct I/O tests on f2fs
authorEric Biggers <ebiggers@google.com>
Thu, 24 Oct 2019 20:45:29 +0000 (13:45 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sat, 26 Oct 2019 01:08:11 +0000 (09:08 +0800)
commitf198f0647dc8cd15495df2b7b744689fdb081dcf
treed76d00df6159499816117369d6752257ee061c32
parent24f2c46da114fa44e3e90d6e51637c0b9a6cac26
common/rc: skip encrypted direct I/O tests on f2fs

Skip the O_DIRECT tests on f2fs when the test_dummy_encryption mount
option is given, for the same reason as given for ext4 in commit
9b154b26e4a1 ("common/rc: ext4 doesn't support O_DIRECT with
encryption").

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
common/rc