Whamcloud - gitweb
LU-5275 gnilnd: Add definition for PDE_DATA 27/13527/4
authorJames Simmons <uja.ornl@gmail.com>
Tue, 10 Feb 2015 23:37:30 +0000 (18:37 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 19 Feb 2015 19:04:51 +0000 (19:04 +0000)
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 <uja.ornl@gmail.com>
Reviewed-on: http://review.whamcloud.com/13527
Tested-by: Jenkins
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Patrick Farrell <paf@cray.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lnet/klnds/gnilnd/gnilnd_proc.c

index 52d0c3c..19ac77c 100644 (file)
@@ -26,6 +26,7 @@
 #define DEBUG_SUBSYSTEM S_LND
 #include "gnilnd.h"
 #include <linux/seq_file.h>
+#include <lprocfs_status.h>
 
 #define GNILND_PROC_STATS       "stats"
 #define GNILND_PROC_MDD         "mdd"