Merge commit 'ftrace/function-graph' into next
[deliverable/linux.git] / mm / backing-dev.c
index a7c6c5613ec9fed872bc9a22ca819321f7353889..8e85874441327cbdeaecea23ddf003484e5dbc9c 100644 (file)
@@ -24,9 +24,9 @@ static void bdi_debug_init(void)
 static int bdi_debug_stats_show(struct seq_file *m, void *v)
 {
        struct backing_dev_info *bdi = m->private;
-       long background_thresh;
-       long dirty_thresh;
-       long bdi_thresh;
+       unsigned long background_thresh;
+       unsigned long dirty_thresh;
+       unsigned long bdi_thresh;
 
        get_dirty_limits(&background_thresh, &dirty_thresh, &bdi_thresh, bdi);
 
This page took 0.028528 seconds and 5 git commands to generate.