diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2020-04-02 06:04:09 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-02 18:35:26 +0200 |
commit | 4ceb229f66c67aec5619c4ef11a5fdbe35365aa0 (patch) | |
tree | 7669f410fa377f104bf3c883e6363f1eff26f5f8 /fs/ocfs2/journal.h | |
parent | ocfs2: use scnprintf() for avoiding potential buffer overflow (diff) | |
download | linux-4ceb229f66c67aec5619c4ef11a5fdbe35365aa0.tar.xz linux-4ceb229f66c67aec5619c4ef11a5fdbe35365aa0.zip |
ocfs2: use memalloc_nofs_save instead of memalloc_noio_save
OCFS2 doesn't mind if memory reclaim makes I/Os happen; it just cares that
it won't be reentered, so it can use memalloc_nofs_save() instead of
memalloc_noio_save().
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Changwei Ge <gechangwei@live.cn>
Cc: Gang He <ghe@suse.com>
Cc: Jun Piao <piaojun@huawei.com>
Link: http://lkml.kernel.org/r/20200326200214.1102-1-willy@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ocfs2/journal.h')
0 files changed, 0 insertions, 0 deletions