Re: [PATCH -next] memregion: Add arch_flush_memregion() interface

2022-09-13 Thread Davidlohr Bueso
On Fri, 09 Sep 2022, Jonathan Cameron wrote: On Thu, 8 Sep 2022 16:22:26 -0700 Dan Williams wrote: Andrew Morton wrote: > On Thu, 8 Sep 2022 15:51:50 -0700 Dan Williams wrote: > > > Jonathan Cameron wrote: > > > On Wed, 7 Sep 2022 18:07:31 -0700 > > > Dan Williams wrote: > > > > > > > Andr

[PATCH] nvdimm: make __nvdimm_security_overwrite_query static

2022-09-13 Thread Jiapeng Chong
This symbol is not used outside of security.c, so marks it static. drivers/nvdimm/security.c:411:6: warning: no previous prototype for function '__nvdimm_security_overwrite_query'. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2148 Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong -

Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition

2022-09-13 Thread Yang , Xiao/杨 晓
On 2022/9/9 21:01, Brian Foster wrote: Yes.. I don't recall all the internals of the tools and test, but IIRC it relied on discard to perform zeroing between checkpoints or some such and avoid spurious failures. The purpose of running on dm-thin was merely to provide reliable discard zeroing beha