]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/backing-dev.c
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-omap-h63xx.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);