commit | e34b8252a3d2893ca55c82dbfcdaa302fa03d400 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Wed Feb 13 09:57:22 2019 -0800 |
committer | Dan Williams <dan.j.williams@intel.com> | Wed Feb 20 14:18:59 2019 -0800 |
tree | 43722849afc7856cd471c009e22e80ede83ed5ad | |
parent | 317a992ab9266b86b774b9f6b0f87eb4f59879a1 [diff] |
nfit/ars: Introduce scrub_flags In preparation for introducing new flags to gate whether ARS results are stale, or poll the completion state, convert the existing flags to an unsigned long with enumerated values. This conversion allows the flags to be atomically updated outside of ->init_mutex. Reviewed-by: Toshi Kani <toshi.kani@hpe.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>