From: Eric Sandeen Date: Sun, 22 Jun 2014 05:04:54 +0000 (+1000) Subject: xfs: Nuke XFS_ERROR macro X-Git-Tag: omap-for-v3.17/fixes-against-rc2~83^2~11^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b474c7ae4395ba684e85fde8f55c8cf44a39afaf;p=pandora-kernel.git xfs: Nuke XFS_ERROR macro XFS_ERROR was designed long ago to trap return values, but it's not runtime configurable, it's not consistently used, and we can do similar error trapping with ftrace scripts and triggers from userspace. Just nuke XFS_ERROR and associated bits. Signed-off-by: Eric Sandeen Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed