From aa3bee0daa38570b174ef6b8a77261b4473d5614 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 13 Jan 2014 16:19:00 -0800 Subject: [PATCH] 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-format-patch failed