]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
lustre: delete linux/lustre_debug.h
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Jan 2014 00:19:00 +0000 (16:19 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Jan 2014 00:19:00 +0000 (16:19 -0800)
commitaa3bee0daa38570b174ef6b8a77261b4473d5614
tree0c016f33b4d4c96f2c4d27c5ae4dd39528c9fb46
parent187df6921c5e9d356a7522946655e11cc01c7f12
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 <bergwolf@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/linux/lustre_debug.h [deleted file]
drivers/staging/lustre/lustre/include/lustre_debug.h
drivers/staging/lustre/lustre/llite/vvp_io.c
drivers/staging/lustre/lustre/osc/osc_request.c