]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/fs-writeback.c
[XFS] pv 956241, author: nathans, rv: vapo - make ino validation checks
[linux-2.6-omap-h63xx.git] / fs / fs-writeback.c
index 031b27a4bc9a170a9436f73353e10864fe78d5d1..892643dc9af10a1a6fbf7c858fd430ab209a5724 100644 (file)
@@ -464,8 +464,8 @@ void sync_inodes_sb(struct super_block *sb, int wait)
                .range_start    = 0,
                .range_end      = LLONG_MAX,
        };
-       unsigned long nr_dirty = read_page_state(nr_dirty);
-       unsigned long nr_unstable = read_page_state(nr_unstable);
+       unsigned long nr_dirty = global_page_state(NR_FILE_DIRTY);
+       unsigned long nr_unstable = global_page_state(NR_UNSTABLE_NFS);
 
        wbc.nr_to_write = nr_dirty + nr_unstable +
                        (inodes_stat.nr_inodes - inodes_stat.nr_unused) +