Dan Williams
2021-Nov-17 17:44 UTC
[PATCH 01/29] nvdimm/pmem: move dax_attribute_group from dax to pmem
On Tue, Nov 9, 2021 at 12:33 AM Christoph Hellwig <hch at lst.de> wrote:> > dax_attribute_group is only used by the pmem driver, and can avoid the > completely pointless lookup by the disk name if moved there. This > leaves just a single caller of dax_get_by_host, so move dax_get_by_host > into the same ifdef block as that caller. > > Signed-off-by: Christoph Hellwig <hch at lst.de> > Reviewed-by: Dan Williams <dan.j.williams at intel.com> > Link: https://lore.kernel.org/r/20210922173431.2454024-3-hch at lst.de > Signed-off-by: Dan Williams <dan.j.williams at intel.com>This one already made v5.16-rc1.
Christoph Hellwig
2021-Nov-19 06:56 UTC
[PATCH 01/29] nvdimm/pmem: move dax_attribute_group from dax to pmem
On Wed, Nov 17, 2021 at 09:44:25AM -0800, Dan Williams wrote:> On Tue, Nov 9, 2021 at 12:33 AM Christoph Hellwig <hch at lst.de> wrote: > > > > dax_attribute_group is only used by the pmem driver, and can avoid the > > completely pointless lookup by the disk name if moved there. This > > leaves just a single caller of dax_get_by_host, so move dax_get_by_host > > into the same ifdef block as that caller. > > > > Signed-off-by: Christoph Hellwig <hch at lst.de> > > Reviewed-by: Dan Williams <dan.j.williams at intel.com> > > Link: https://lore.kernel.org/r/20210922173431.2454024-3-hch at lst.de > > Signed-off-by: Dan Williams <dan.j.williams at intel.com> > > This one already made v5.16-rc1.Yes, but 5.16-rc1 did not exist yet when I pointed the series. Note that the series also has a conflict against 5.16-rc1 in pmem.c, and buildbot pointed out the file systems need explicit dax.h includes in a few files for some configurations. The current branch is here, I just did not bother to repost without any comments: http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/dax-block-cleanup no functional changes.