FW: Proof Of Payment

2021-04-26 Thread Shermaye Alcide
We have paid. Please see the attached proof of payments for your Invoice. Should you need anything else, please let us know. Best regards Shermaye Alcide Financial/Credit Controller Direct Tel: +27 (0) 161 777 222 ___ Linux-nvdimm mailing list --

linux-nvdimm:如何科学管理固定资产3580

2021-04-26 Thread 戴女士
附 件 亲 启 ___ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-le...@lists.01.org

Re: [PATCH v4 1/3] dax: Add an enum for specifying dax wakup mode

2021-04-26 Thread Matthew Wilcox
On Fri, Apr 23, 2021 at 09:07:21AM -0400, Vivek Goyal wrote: > +enum dax_wake_mode { > + WAKE_NEXT, > + WAKE_ALL, > +}; Why define them in this order when ... > @@ -196,7 +207,7 @@ static void dax_wake_entry(struct xa_state *xas, void > *entry, bool wake_all) >* must be in the

Re: [PATCH v4 1/3] dax: Add an enum for specifying dax wakup mode

2021-04-26 Thread Matthew Wilcox
On Mon, Apr 26, 2021 at 01:52:17PM -0400, Vivek Goyal wrote: > On Mon, Apr 26, 2021 at 02:46:32PM +0100, Matthew Wilcox wrote: > > On Fri, Apr 23, 2021 at 09:07:21AM -0400, Vivek Goyal wrote: > > > +enum dax_wake_mode { > > > + WAKE_NEXT, > > > + WAKE_ALL, > > > +}; > > > > Why define them in

Re: [PATCH v4 1/3] dax: Add an enum for specifying dax wakup mode

2021-04-26 Thread Vivek Goyal
On Mon, Apr 26, 2021 at 02:46:32PM +0100, Matthew Wilcox wrote: > On Fri, Apr 23, 2021 at 09:07:21AM -0400, Vivek Goyal wrote: > > +enum dax_wake_mode { > > + WAKE_NEXT, > > + WAKE_ALL, > > +}; > > Why define them in this order when ... > > > @@ -196,7 +207,7 @@ static void

Re: [PATCH v4 1/3] dax: Add an enum for specifying dax wakup mode

2021-04-26 Thread Vivek Goyal
On Mon, Apr 26, 2021 at 07:02:11PM +0100, Matthew Wilcox wrote: > On Mon, Apr 26, 2021 at 01:52:17PM -0400, Vivek Goyal wrote: > > On Mon, Apr 26, 2021 at 02:46:32PM +0100, Matthew Wilcox wrote: > > > On Fri, Apr 23, 2021 at 09:07:21AM -0400, Vivek Goyal wrote: > > > > +enum dax_wake_mode { > > >

Re: [PATCH v2 1/3] fsdax: Factor helpers to simplify dax fault code

2021-04-26 Thread Ira Weiny
On Wed, Apr 07, 2021 at 09:38:21PM +0800, Shiyang Ruan wrote: > The dax page fault code is too long and a bit difficult to read. And it > is hard to understand when we trying to add new features. Some of the > PTE/PMD codes have similar logic. So, factor them as helper functions to > simplify the

邮件群发软件---500元/月,赠送200万邮箱数据

2021-04-26 Thread 邮件群发软件---500元/月,赠送200万邮箱数据
每台电脑日发5-20万邮箱数据无需发件箱的邮件群发软件外贸、物流、展会业务好帮手 E-mail : sales0769@hotmail.comQQ咨询:3351665625 ___ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-le...@lists.01.org

RE: [PATCH v3 1/3] fsdax: Factor helpers to simplify dax fault code

2021-04-26 Thread ruansy.f...@fujitsu.com
> -Original Message- > From: Ira Weiny > Sent: Tuesday, April 27, 2021 7:38 AM > Subject: Re: [PATCH v3 1/3] fsdax: Factor helpers to simplify dax fault code > > On Thu, Apr 22, 2021 at 09:44:59PM +0800, Shiyang Ruan wrote: > > The dax page fault code is too long and a bit difficult to

Re: [PATCH v3 1/3] fsdax: Factor helpers to simplify dax fault code

2021-04-26 Thread Ira Weiny
On Thu, Apr 22, 2021 at 09:44:59PM +0800, Shiyang Ruan wrote: > The dax page fault code is too long and a bit difficult to read. And it > is hard to understand when we trying to add new features. Some of the > PTE/PMD codes have similar logic. So, factor them as helper functions to > simplify the