From: Greg Kroah-Hartman Date: Tue, 14 Jan 2014 00:19:00 +0000 (-0800) Subject: lustre: delete linux/lustre_debug.h X-Git-Tag: v3.14-rc1~150^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa3bee0daa38570b174ef6b8a77261b4473d5614;p=pandora-kernel.git lustre: delete linux/lustre_debug.h There was only one macro in here, LL_CDEBUG_PAGE(). So open code it in the 2 places it was used so that the developer seeing it can see just how horrid it really is, and they can remove it as I doubt it really is ever needed anymore. But for now, keep the same functionality and remove a whole file (with a duplicate name of other files in the lustre repo, another confusion...) Cc: Peng Tao Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed