]> git.baikalelectronics.ru Git - kernel.git/commit
mm/filemap.c: correct the comment about VM_FAULT_RETRY
authorYang Shi <yang.shi@linux.alibaba.com>
Fri, 12 Jul 2019 03:55:29 +0000 (20:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Jul 2019 18:05:43 +0000 (11:05 -0700)
commita3dbcce8423084ca14ba56796040de6364256607
treeef16789b1a040868968f81508a611fdc3426c9c3
parentab71696d3dd7d1af9f3dbd257fcbe1a7a59f1dce
mm/filemap.c: correct the comment about VM_FAULT_RETRY

Commit e70ac8ff6532 ("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.

Link: http://lkml.kernel.org/r/1556234531-108228-1-git-send-email-yang.shi@linux.alibaba.com
Signed-off-by: Yang Shi <yang.shi@linux.alibaba.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/filemap.c