Whamcloud - gitweb
Fix compile warnings due to print format mismatches.
[fs/lustre-release.git] / lustre / lvfs / fsfilt_reiserfs.c
index 36af093..2e16c18 100644 (file)
@@ -146,7 +146,7 @@ static int fsfilt_reiserfs_add_journal_cb(struct obd_device *obd,
                                           __u64 last_rcvd, void *handle,
                                           fsfilt_cb_t cb_func, void *cb_data)
 {
-        static long next = 0;
+        static unsigned long next = 0;
 
         if (time_after(jiffies, next)) {
                 CERROR("no journal callback kernel patch, faking it...\n");