Re: [PATCH 1/2] dax: some small updates to dax.txt documentation

2016-07-20 Thread Jonathan Corbet
On Wed, 20 Jul 2016 16:18:57 -0700 Andrew Morton wrote: > > So how were you thinking of routing these? I can take the docs fix, of > > course, but part 2 is a bit out of my turf. If you want to route them > > together via another tree that's fine, just let me know. > > I have them queued. Y

Re: [PATCH 1/2] dax: some small updates to dax.txt documentation

2016-07-20 Thread Andrew Morton
On Wed, 20 Jul 2016 17:13:02 -0600 Jonathan Corbet wrote: > On Thu, 14 Jul 2016 15:40:48 -0600 > Ross Zwisler wrote: > > > These are originally from Matthew Wilcox and were part of his huge > > "mm,fs,dax: Change ->pmd_fault to ->huge_fault" patch that was part of PUD > > support. > > > > I'm

Re: [PATCH 1/2] dax: some small updates to dax.txt documentation

2016-07-20 Thread Jonathan Corbet
On Thu, 14 Jul 2016 15:40:48 -0600 Ross Zwisler wrote: > These are originally from Matthew Wilcox and were part of his huge > "mm,fs,dax: Change ->pmd_fault to ->huge_fault" patch that was part of PUD > support. > > I'm breaking these small changes out as they stand on their own and add > useful

[PATCH 1/2] dax: some small updates to dax.txt documentation

2016-07-14 Thread Ross Zwisler
These are originally from Matthew Wilcox and were part of his huge "mm,fs,dax: Change ->pmd_fault to ->huge_fault" patch that was part of PUD support. I'm breaking these small changes out as they stand on their own and add useful information to Documentation/filesystems/dax.txt. Signed-off-by: Ro