]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/lustre/lustre/include/lprocfs_status.h
staging/lustre: fix build warnning on 32bit system
[karo-tx-linux.git] / drivers / staging / lustre / lustre / include / lprocfs_status.h
index 55f182205d7850618bb8d9fd1a0f18cff0e7f6ee..294fb7807c8c1aa6dcbbd50c8ba0e8674f965136 100644 (file)
@@ -663,8 +663,8 @@ extern int lprocfs_write_u64_helper(const char *buffer, unsigned long count,
 extern int lprocfs_write_frac_u64_helper(const char *buffer,
                                         unsigned long count,
                                         __u64 *val, int mult);
-char *lprocfs_find_named_value(const char *buffer, const char *name,
-                               unsigned long *count);
+extern char *lprocfs_find_named_value(const char *buffer, const char *name,
+                                     size_t *count);
 void lprocfs_oh_tally(struct obd_histogram *oh, unsigned int value);
 void lprocfs_oh_tally_log2(struct obd_histogram *oh, unsigned int value);
 void lprocfs_oh_clear(struct obd_histogram *oh);