commit | 8f282f71eaee7ac979cdbe525f76daa0722798a8 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Mar 30 16:01:12 2016 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Apr 04 16:29:22 2016 +0200 |
tree | 30dc1fb3e5b7d3951a0b24f2328c0290584f6b10 | |
parent | 918c2ee103cf9956f1c61d3f848dbb49fd2d104a [diff] |
btrfs: fallback to vmalloc in btrfs_compare_tree The allocation of node could fail if the memory is too fragmented for a given node size, practically observed with 64k. http://article.gmane.org/gmane.comp.file-systems.btrfs/54689 Reported-and-tested-by: Jean-Denis Girard <jd.girard@sysnux.pf> Signed-off-by: David Sterba <dsterba@suse.com>