Re: [PATCH blktests v2 02/11] common/xfs: Create common helper to check for XFS support
From: Chaitanya Kulkarni <hidden>
Date: 2020-10-06 23:44:25
Also in:
linux-nvme, lkml
From: Chaitanya Kulkarni <hidden>
Date: 2020-10-06 23:44:25
Also in:
linux-nvme, lkml
On 9/30/20 11:54, Logan Gunthorpe wrote:
requires() {
_nvme_requires
- _have_program mkfs.xfs && _have_fio
+ _have_xfs
+ _have_fioCan you make _have_xfs return true false ? so it can be used with && ?