arm64: dts: rockchip: add reset unit in saradc for rk3399
[firefly-linux-kernel-4.4.55.git] / fs / super.c
index d4d2591b77c83c644a49bc409e2575c401775e3b..b938b14f6041b97a8f8b2681016dcb08a8438ce6 100644 (file)
@@ -790,7 +790,7 @@ static void do_emergency_remount(struct work_struct *work)
        struct super_block *sb, *p = NULL;
 
        spin_lock(&sb_lock);
-       list_for_each_entry(sb, &super_blocks, s_list) {
+       list_for_each_entry_reverse(sb, &super_blocks, s_list) {
                if (hlist_unhashed(&sb->s_instances))
                        continue;
                sb->s_count++;