staging: lustre: remove LPX64 define
[deliverable/linux.git] / drivers / staging / lustre / lustre / fid / lproc_fid.c
index e809d035808b8de7c911ed1b703b9e87b1634e83..92a27fa9667c9db88cda3e218d7da30d3dd8dccf 100644 (file)
@@ -126,7 +126,7 @@ lprocfs_fid_space_seq_show(struct seq_file *m, void *unused)
        LASSERT(seq != NULL);
 
        mutex_lock(&seq->lcs_mutex);
-       rc = seq_printf(m, "["LPX64" - "LPX64"]:%x:%s\n", PRANGE(&seq->lcs_space));
+       rc = seq_printf(m, "[%#llx - %#llx]:%x:%s\n", PRANGE(&seq->lcs_space));
        mutex_unlock(&seq->lcs_mutex);
 
        return rc;
This page took 0.034738 seconds and 5 git commands to generate.