linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: filemap: add missing FGP_ flags in kerneldoc comment for pagecache_get_page
@ 2020-06-24 20:49 Yang Shi
  0 siblings, 0 replies; only message in thread
From: Yang Shi @ 2020-06-24 20:49 UTC (permalink / raw)
  To: akpm; +Cc: yang.shi, linux-mm, linux-kernel

FGP_{WRITE|NOFS|NOWAIT} were missed in pagecache_get_page's kerneldoc
comment.

Signed-off-by: Yang Shi <yang.shi@linux.alibaba.com>
---
 mm/filemap.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mm/filemap.c b/mm/filemap.c
index 0589aef..9b47ffe 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -1590,6 +1590,9 @@ struct page *find_lock_entry(struct address_space *mapping, pgoff_t offset)
  * * %FGP_FOR_MMAP - The caller wants to do its own locking dance if the
  *   page is already in cache.  If the page was allocated, unlock it before
  *   returning so the caller can do the same dance.
+ * * %FGP_WRITE - The page will be written
+ * * %FGP_NOFS - __GFP_FS will get cleared in gfp mask
+ * * %FGP_NOWAIT - Don't get blocked by page lock
  *
  * If %FGP_LOCK or %FGP_CREAT are specified then the function may sleep even
  * if the %GFP flags specified for %FGP_CREAT are atomic.
-- 
1.8.3.1



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-24 20:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-24 20:49 [PATCH] mm: filemap: add missing FGP_ flags in kerneldoc comment for pagecache_get_page Yang Shi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox