Re: [PATCH] mm: filemap: correct the comment about VM_FAULT_RETRY

2019-05-15 Thread Josef Bacik
On Fri, Apr 26, 2019 at 07:22:11AM +0800, Yang Shi wrote: > The commit 6b4c9f446981 ("filemap: drop the mmap_sem for all blocking > operations") changed when mmap_sem is dropped during filemap page fault > and when returning VM_FAULT_RETRY. > > Correct the comment to reflect the change. > > Cc: J

Re: [PATCH] mm: filemap: correct the comment about VM_FAULT_RETRY

2019-05-14 Thread Song Liu
On Thu, Apr 25, 2019 at 4:22 PM Yang Shi wrote: > > The commit 6b4c9f446981 ("filemap: drop the mmap_sem for all blocking > operations") changed when mmap_sem is dropped during filemap page fault > and when returning VM_FAULT_RETRY. > > Correct the comment to reflect the change. > > Cc: Josef Baci

Re: [PATCH] mm: filemap: correct the comment about VM_FAULT_RETRY

2019-05-14 Thread Yang Shi
Hi Josef, Any comment on this patch? I switched to my personal email since the mail may get bounced back with my work email sometime. On Wed, May 8, 2019 at 9:55 AM Yang Shi wrote: > > Ping. > > > Josef, any comment on this one? > > > Thanks, > > Yang > > > > On 4/25/19 4:22 PM, Yang Shi wrote:

Re: [PATCH] mm: filemap: correct the comment about VM_FAULT_RETRY

2019-05-08 Thread Yang Shi
Ping. Josef, any comment on this one? Thanks, Yang On 4/25/19 4:22 PM, Yang Shi wrote: The commit 6b4c9f446981 ("filemap: drop the mmap_sem for all blocking operations") changed when mmap_sem is dropped during filemap page fault and when returning VM_FAULT_RETRY. Correct the comment to r

[PATCH] mm: filemap: correct the comment about VM_FAULT_RETRY

2019-04-25 Thread Yang Shi
The commit 6b4c9f446981 ("filemap: drop the mmap_sem for all blocking operations") changed when mmap_sem is dropped during filemap page fault and when returning VM_FAULT_RETRY. Correct the comment to reflect the change. Cc: Josef Bacik Signed-off-by: Yang Shi --- mm/filemap.c | 6 ++ 1 fil