]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mm: filemap: add missing FGP_ flags in kerneldoc comment for pagecache_get_page
authorYang Shi <yang.shi@linux.alibaba.com>
Fri, 7 Aug 2020 06:19:58 +0000 (23:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Aug 2020 18:33:23 +0000 (11:33 -0700)
commit605cad8343721c4a53e80f87d5b1161baf1a7d2b
treed27ca48bbd8ace3e1af7ae625a8ee76276b88352
parentb9306a796cad8a65f4d21779524e73fe0745bae1
mm: filemap: add missing FGP_ flags in kerneldoc comment for pagecache_get_page

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

Signed-off-by: Yang Shi <yang.shi@linux.alibaba.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Gang Deng <gavin.dg@linux.alibaba.com>
Cc: Shakeel Butt <shakeelb@google.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Rik van Riel <riel@surriel.com>
Link: http://lkml.kernel.org/r/1593031747-4249-1-git-send-email-yang.shi@linux.alibaba.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/filemap.c