Messages in this thread |  | | Date | Tue, 11 Oct 2016 07:19:58 +1100 | From | Dave Chinner <> | Subject | Re: [PATCH] dax: correct dax iomap code namespace |
| |
On Mon, Oct 10, 2016 at 01:04:04PM -0600, Ross Zwisler wrote: > 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> > --- > > Dave, per Christoph's suggestion can you please send this to Linus for > v4.9? This patch applies cleanly to both the current linux/master and the > current xfs/for-next.
I'll plan to send this for 4.9-rc2 or 4.9-rc3 in the first batch of fixes for the -rc1 merge.
Cheers,
Dave. -- Dave Chinner david@fromorbit.com
|  |