commit | bdd3c50d83bf7f6acc869b48d02670d19030ae03 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Aug 26 15:55:10 2021 +0200 |
committer | Dan Williams <dan.j.williams@intel.com> | Thu Aug 26 16:52:03 2021 -0700 |
tree | b03846a3a7f8dc3fa6527ad3c7fd7df786530c20 | |
parent | a384f088e4a102b97a59bc0fdaf8b60bca177679 [diff] |
dax: remove bdev_dax_supported All callers already have a dax_device obtained from fs_dax_get_by_bdev at hand, so just pass that to dax_supported() insted of doing another lookup. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dan Williams <dan.j.williams@intel.com> Link: https://lore.kernel.org/r/20210826135510.6293-10-hch@lst.de Signed-off-by: Dan Williams <dan.j.williams@intel.com>