diff --git a/[refs] b/[refs] index 74f9325d6251..bfecee7b1d98 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 55cfaa3cbdd29c4919ecb5fb8965c310f357e48c +refs/heads/master: e172662d113ceb22db727a979bb35b9c02f703b5 diff --git a/trunk/mm/vmstat.c b/trunk/mm/vmstat.c index 42eac4d33216..8f62f17ee1c7 100644 --- a/trunk/mm/vmstat.c +++ b/trunk/mm/vmstat.c @@ -750,8 +750,6 @@ static const char * const vmstat_text[] = { "nr_shmem", "nr_dirtied", "nr_written", - "nr_dirty_threshold", - "nr_dirty_background_threshold", #ifdef CONFIG_NUMA "numa_hit", @@ -761,6 +759,8 @@ static const char * const vmstat_text[] = { "numa_local", "numa_other", #endif + "nr_dirty_threshold", + "nr_dirty_background_threshold", #ifdef CONFIG_VM_EVENT_COUNTERS "pgpgin",