diff options
author | Ross Zwisler <ross.zwisler@linux.intel.com> | 2016-11-08 11:32:46 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-11-08 11:32:46 +1100 |
commit | 11c59c92f44d9272db7655a462608658a6d95013 (patch) | |
tree | 62960da0bb22393e6087dd04639c9eb7f0d7f7fb /net/compat.c | |
parent | b9fde0462e34a05b25c3d68d344971865659abae (diff) | |
download | linux-stable-11c59c92f44d9272db7655a462608658a6d95013.tar.gz linux-stable-11c59c92f44d9272db7655a462608658a6d95013.tar.bz2 linux-stable-11c59c92f44d9272db7655a462608658a6d95013.zip |
dax: correct dax iomap code namespace
The recently added DAX functions that use the new struct iomap data
structure were named iomap_dax_rw(), iomap_dax_fault() and
iomap_dax_actor(). These are actually defined in fs/dax.c, though, so
should be part of the "dax" namespace and not the "iomap" namespace.
Rename them to dax_iomap_rw(), dax_iomap_fault() and dax_iomap_actor()
respectively.
Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Suggested-by: Dave Chinner <david@fromorbit.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'net/compat.c')
0 files changed, 0 insertions, 0 deletions