Merge remote-tracking branch 'omap_dss2/for-next'
[deliverable/linux.git] / fs / f2fs / node.c
index f75d197d5beb05366e876876e09521db7ac3930c..8a288004e6fda913f2a40e1285169d372fd0badd 100644 (file)
@@ -54,8 +54,6 @@ bool available_free_memory(struct f2fs_sb_info *sbi, int type)
                res = mem_size < ((avail_ram * nm_i->ram_thresh / 100) >> 2);
                if (excess_cached_nats(sbi))
                        res = false;
-               if (nm_i->nat_cnt > DEF_NAT_CACHE_THRESHOLD)
-                       res = false;
        } else if (type == DIRTY_DENTS) {
                if (sbi->sb->s_bdi->wb.dirty_exceeded)
                        return false;
This page took 0.033811 seconds and 5 git commands to generate.