On Fri, Sep 14, 2012 at 01:05:09PM -0400, Josef Bacik wrote:
We are vmalloc()'ing the fspath now so we should be vfree'ing it and not
kfreeing it. Thanks,
Reported-by: Dave Sterba <redacted>
Signed-off-by: Josef Bacik <redacted>
IMO better to fold this change into the patch that introduced it, as
it's not merged anywhere else than btrfs-next:
[PATCH v2 6/6] Btrfs: use larger limit for translation of logical to inode
From: Liu Bo [off-list ref]
plus add the missing #include <linux/vmalloc.h> that Fengguang Wu
encountered.
david