From 1ede0cfcbaf021da493fcd4352f9d092e176a292 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Tue, 10 Feb 2015 18:37:30 -0500 Subject: [PATCH] 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 --- lnet/klnds/gnilnd/gnilnd_proc.c | 1 + 1 file changed, 1 insertion(+) 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" -- 1.8.3.1