mbox series

[0/3] DAX Small clean ups

Message ID 20210525172428.3634316-1-ira.weiny@intel.com (mailing list archive)
Headers show
Series DAX Small clean ups | expand

Message

Ira Weiny May 25, 2021, 5:24 p.m. UTC
From: Ira Weiny <ira.weiny@intel.com>

The following are 3 unrelated small clean ups in the dax area.  They were found
while working on PMEM stray write protection.

Ira Weiny (3):
  fs/fuse: Remove unneeded kaddr parameter
  fs/dax: Clarify nr_pages to dax_direct_access()
  dax: Ensure errno is returned from dax_direct_access

 drivers/dax/super.c | 2 +-
 fs/dax.c            | 2 +-
 fs/fuse/dax.c       | 6 ++----
 3 files changed, 4 insertions(+), 6 deletions(-)