[GIT PULL] DAX update for 5.18

From: Dan Williams
Date: Tue Mar 22 2022 - 21:40:01 EST


Hi Linus, please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-for-5.18

...to receive a small collection of dax fixes for 5.18. Andrew has
been shepherding major dax features that touch the core -mm through
his tree, but I still collect the dax updates that are core-mm
independent. These have been in Linux-next with no reported issue for
multiple weeks.

---

The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:

Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-for-5.18

for you to fetch changes up to db8cd5efeebc4904df1653926102413d088a5c7e:

dax: Fix missing kdoc for dax_device (2022-03-12 13:46:25 -0800)

----------------------------------------------------------------
dax for 5.18

- Fix a crash due to a missing rcu_barrier() in dax_fs_exit()

- Fix two miscellaneous doc issues

----------------------------------------------------------------
Ira Weiny (1):
dax: Fix missing kdoc for dax_device

Shiyang Ruan (1):
fsdax: fix function description

Tong Zhang (1):
dax: make sure inodes are flushed before destroy cache

drivers/dax/super.c | 2 ++
fs/dax.c | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)