]> git.baikalelectronics.ru Git - kernel.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)
commit3b622d9ef6316d7fa86d4352004872130de20e5b
tree0c016f33b4d4c96f2c4d27c5ae4dd39528c9fb46
parente896f2f92b1caaeef8885a5d4063051b5ee5b7b7
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