aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs')
-rw-r--r--fs/btrfs/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/send.c b/fs/btrfs/send.c
index d3f3b43cae0b..2e14fd89a8b4 100644
--- a/fs/btrfs/send.c
+++ b/fs/btrfs/send.c
@@ -219,7 +219,7 @@ static int fs_path_ensure_buf(struct fs_path *p, int len)
219 len = PAGE_ALIGN(len); 219 len = PAGE_ALIGN(len);
220 220
221 if (p->buf == p->inline_buf) { 221 if (p->buf == p->inline_buf) {
222 tmp_buf = kmalloc(len, GFP_NOFS); 222 tmp_buf = kmalloc(len, GFP_NOFS | __GFP_NOWARN);
223 if (!tmp_buf) { 223 if (!tmp_buf) {
224 tmp_buf = vmalloc(len); 224 tmp_buf = vmalloc(len);
225 if (!tmp_buf) 225 if (!tmp_buf)