diff options
author | Vivek Goyal <vgoyal@redhat.com> | 2020-01-06 21:11:17 +0300 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2020-01-16 20:52:27 +0300 |
commit | f01b16a85bfae2e6b4f32de0a1f37ac4050dc316 (patch) | |
tree | f78afdd595cee529a9f2b9ac30fd4c92ab17980c /fs/dax.c | |
parent | 3f666c56c6b8cc40a5e9002aac484b8f5b83c402 (diff) | |
download | linux-f01b16a85bfae2e6b4f32de0a1f37ac4050dc316.tar.xz |
dax: Get rid of fs_dax_get_by_host() helper
Looks like nobody is using fs_dax_get_by_host() except fs_dax_get_by_bdev()
and it can easily use dax_get_by_host() instead.
IIUC, fs_dax_get_by_host() was only introduced so that one could compile
with CONFIG_FS_DAX=n and CONFIG_DAX=m. fs_dax_get_by_bdev() achieves
the same purpose and hence it looks like fs_dax_get_by_host() is not
needed anymore.
Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20200106181117.GA16248@redhat.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'fs/dax.c')
0 files changed, 0 insertions, 0 deletions