From: Gerald Schaefer <gerald.schaefer@de.ibm.com>
To: Dan Williams <dan.j.williams@intel.com>
Cc: linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org,
linux-block@vger.kernel.org, dm-devel@redhat.com,
linux-fsdevel@vger.kernel.org, hch@lst.de
Subject: Re: [PATCH v3] dcssblk: add dax_operations support
Date: Thu, 20 Apr 2017 19:05:50 +0200 [thread overview]
Message-ID: <20170420190550.6a31fa6c@thinkpad> (raw)
In-Reply-To: <149264113824.36586.1220609927071019352.stgit@dwillia2-desk3.amr.corp.intel.com>
On Wed, 19 Apr 2017 15:32:38 -0700
Dan Williams <dan.j.williams@intel.com> wrote:
> Setup a dax_dev to have the same lifetime as the dcssblk block device
> and add a ->direct_access() method that is equivalent to
> dcssblk_direct_access(). Once fs/dax.c has been converted to use
> dax_operations the old dcssblk_direct_access() will be removed.
>
> Reported-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
> ---
> Changes since v2:
> * fix return code in the alloc_dax() failure case (Gerald)
> * assign dax_dev to dev_info and kill local variable (Gerald)
>
> drivers/s390/block/Kconfig | 1 +
> drivers/s390/block/dcssblk.c | 55 +++++++++++++++++++++++++++++++++++-------
> 2 files changed, 47 insertions(+), 9 deletions(-)
Acked-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
WARNING: multiple messages have this Message-ID (diff)
From: Gerald Schaefer <gerald.schaefer@de.ibm.com>
To: Dan Williams <dan.j.williams@intel.com>
Cc: linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org,
linux-block@vger.kernel.org, dm-devel@redhat.com,
linux-fsdevel@vger.kernel.org, hch@lst.de
Subject: Re: [PATCH v3] dcssblk: add dax_operations support
Date: Thu, 20 Apr 2017 19:05:50 +0200 [thread overview]
Message-ID: <20170420190550.6a31fa6c@thinkpad> (raw)
In-Reply-To: <149264113824.36586.1220609927071019352.stgit@dwillia2-desk3.amr.corp.intel.com>
On Wed, 19 Apr 2017 15:32:38 -0700
Dan Williams <dan.j.williams@intel.com> wrote:
> Setup a dax_dev to have the same lifetime as the dcssblk block device
> and add a ->direct_access() method that is equivalent to
> dcssblk_direct_access(). Once fs/dax.c has been converted to use
> dax_operations the old dcssblk_direct_access() will be removed.
>
> Reported-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
> ---
> Changes since v2:
> * fix return code in the alloc_dax() failure case (Gerald)
> * assign dax_dev to dev_info and kill local variable (Gerald)
>
> drivers/s390/block/Kconfig | 1 +
> drivers/s390/block/dcssblk.c | 55 +++++++++++++++++++++++++++++++++++-------
> 2 files changed, 47 insertions(+), 9 deletions(-)
Acked-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm
WARNING: multiple messages have this Message-ID (diff)
From: Gerald Schaefer <gerald.schaefer@de.ibm.com>
To: Dan Williams <dan.j.williams@intel.com>
Cc: linux-nvdimm@ml01.01.org, linux-kernel@vger.kernel.org,
linux-block@vger.kernel.org, dm-devel@redhat.com,
linux-fsdevel@vger.kernel.org, hch@lst.de
Subject: Re: [PATCH v3] dcssblk: add dax_operations support
Date: Thu, 20 Apr 2017 19:05:50 +0200 [thread overview]
Message-ID: <20170420190550.6a31fa6c@thinkpad> (raw)
In-Reply-To: <149264113824.36586.1220609927071019352.stgit@dwillia2-desk3.amr.corp.intel.com>
On Wed, 19 Apr 2017 15:32:38 -0700
Dan Williams <dan.j.williams@intel.com> wrote:
> Setup a dax_dev to have the same lifetime as the dcssblk block device
> and add a ->direct_access() method that is equivalent to
> dcssblk_direct_access(). Once fs/dax.c has been converted to use
> dax_operations the old dcssblk_direct_access() will be removed.
>
> Reported-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
> ---
> Changes since v2:
> * fix return code in the alloc_dax() failure case (Gerald)
> * assign dax_dev to dev_info and kill local variable (Gerald)
>
> drivers/s390/block/Kconfig | 1 +
> drivers/s390/block/dcssblk.c | 55 +++++++++++++++++++++++++++++++++++-------
> 2 files changed, 47 insertions(+), 9 deletions(-)
Acked-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
next prev parent reply other threads:[~2017-04-20 17:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-19 22:32 [PATCH v3] dcssblk: add dax_operations support Dan Williams
2017-04-19 22:32 ` Dan Williams
2017-04-19 22:32 ` Dan Williams
[not found] ` <149264113824.36586.1220609927071019352.stgit-p8uTFz9XbKj2zm6wflaqv1nYeNYlB/vhral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-04-20 3:29 ` kbuild test robot
2017-04-20 3:29 ` kbuild test robot
2017-04-20 3:29 ` kbuild test robot
2017-04-20 3:29 ` kbuild test robot
2017-04-20 17:05 ` Gerald Schaefer [this message]
2017-04-20 17:05 ` Gerald Schaefer
2017-04-20 17:05 ` Gerald Schaefer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170420190550.6a31fa6c@thinkpad \
--to=gerald.schaefer@de.ibm.com \
--cc=dan.j.williams@intel.com \
--cc=dm-devel@redhat.com \
--cc=hch@lst.de \
--cc=linux-block@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nvdimm@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.