Whamcloud - gitweb
LU-5396 mdc: (and lmv, mgc, osc) make some functions static
[fs/lustre-release.git] / lustre / mdc / lproc_mdc.c
index 3a4570a..ab47cac 100644 (file)
@@ -40,6 +40,8 @@
 #include <obd_class.h>
 #include <lprocfs_status.h>
 
+#include "mdc_internal.h"
+
 #ifdef LPROCFS
 
 static int mdc_max_rpcs_in_flight_seq_show(struct seq_file *m, void *v)
@@ -55,7 +57,7 @@ static int mdc_max_rpcs_in_flight_seq_show(struct seq_file *m, void *v)
 }
 
 static ssize_t mdc_max_rpcs_in_flight_seq_write(struct file *file,
-                                               const char *buffer,
+                                               const char __user *buffer,
                                                size_t count,
                                                loff_t *off)
 {