From: James Simmons Date: Tue, 10 Feb 2015 23:37:30 +0000 (-0500) Subject: LU-5275 gnilnd: Add definition for PDE_DATA X-Git-Tag: 2.7.50~7 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=1ede0cfcbaf021da493fcd4352f9d092e176a292 LU-5275 gnilnd: Add definition for PDE_DATA With the move of PDE_DATA to lprocfs_status.h there was one klnd driver, gnilnd, that needed this define. So the simple solution is to include the needed header. Change-Id: I0b2bbc8d2efeab8e253f11b0e58df51c0002d5ae Signed-off-by: James Simmons Reviewed-on: http://review.whamcloud.com/13527 Tested-by: Jenkins Reviewed-by: Bob Glossman Reviewed-by: Patrick Farrell Reviewed-by: Dmitry Eremin Tested-by: Maloo Reviewed-by: John L. Hammond Reviewed-by: Oleg Drokin --- diff --git a/lnet/klnds/gnilnd/gnilnd_proc.c b/lnet/klnds/gnilnd/gnilnd_proc.c index 52d0c3c..19ac77c 100644 --- a/lnet/klnds/gnilnd/gnilnd_proc.c +++ b/lnet/klnds/gnilnd/gnilnd_proc.c @@ -26,6 +26,7 @@ #define DEBUG_SUBSYSTEM S_LND #include "gnilnd.h" #include +#include #define GNILND_PROC_STATS "stats" #define GNILND_PROC_MDD "mdd"