]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: do not warn_on when we cannot alloc a page for an extent buffer
authorJosef Bacik <jbacik@fusionio.com>
Fri, 5 Oct 2012 20:43:45 +0000 (16:43 -0400)
committerChris Mason <chris.mason@fusionio.com>
Tue, 9 Oct 2012 13:20:43 +0000 (09:20 -0400)
commit994d67d833abc3322f7f3456f2cbfdda908d3755
tree748108b7438f8a7f47e17a3b50729e67a648cb7b
parent3c20ff94646117c9c4c72b2e29de10f8ee0613d2
Btrfs: do not warn_on when we cannot alloc a page for an extent buffer

It's just annoying and the user will have gotten a nice OOM killer message
so they are already fully aware they are screwed :).  Thanks,

Reported-by: Jérôme Poulin <jeromepoulin@gmail.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/extent_io.c