[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1893461099.19940340.1507843648978.JavaMail.zimbra@redhat.com>
Date: Thu, 12 Oct 2017 17:27:28 -0400 (EDT)
From: Pankaj Gupta <pagupta@...hat.com>
To: Dan Williams <dan.j.williams@...el.com>
Cc: Kevin Wolf <kwolf@...hat.com>,
Haozhong Zhang <haozhong.zhang@...el.com>,
Jan Kara <jack@...e.cz>,
Xiao Guangrong <xiaoguangrong.eric@...il.com>,
KVM list <kvm@...r.kernel.org>,
David Hildenbrand <david@...hat.com>,
linux-nvdimm <linux-nvdimm@...1.01.org>,
Ross Zwisler <ross.zwisler@...el.com>,
linux-kernel@...r.kernel.org,
Qemu Developers <qemu-devel@...gnu.org>,
Linux MM <linux-mm@...ck.org>,
Stefan Hajnoczi <stefanha@...hat.com>,
Paolo Bonzini <pbonzini@...hat.com>,
Nitesh Narayan Lal <nilal@...hat.com>
Subject: Re: [Qemu-devel] [RFC 1/2] pmem: Move reusable code to base header
files
>
> On Thu, Oct 12, 2017 at 8:50 AM, Pankaj Gupta <pagupta@...hat.com> wrote:
> > This patch moves common code to base header files
> > so that it can be used for both ACPI pmem and VIRTIO pmem
> > drivers. More common code needs to be moved out in future
> > based on functionality required for virtio_pmem driver and
> > coupling of code with existing ACPI pmem driver.
> >
> > Signed-off-by: Pankaj Gupta <pagupta@...hat.com>
> [..]
> > diff --git a/include/linux/pmem_common.h b/include/linux/pmem_common.h
> > new file mode 100644
> > index 000000000000..e2e718c74b3f
> > --- /dev/null
> > +++ b/include/linux/pmem_common.h
>
> This should be a common C file, not a header.
Sure! will create a common C file to put all the common code there.
>
>
Powered by blists - more mailing lists