From: Jeff Mahoney Date: Thu, 1 Mar 2012 13:57:30 +0000 (+0100) Subject: btrfs: add varargs to btrfs_error X-Git-Tag: v3.4-rc1~22^2~13^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4da35113426d16673aa1fb0613c14ca2e419e7fd;p=pandora-kernel.git btrfs: add varargs to btrfs_error btrfs currently handles most errors with BUG_ON. This patch is a work-in- progress but aims to handle most errors other than internal logic errors and ENOMEM more gracefully. This iteration prevents most crashes but can run into lockups with the page lock on occasion when the timing "works out." Signed-off-by: Jeff Mahoney --- Reading git-diff-tree failed