Skip to content
  • Chao Yu's avatar
    f2fs: kill __is_extent_same · 317e1300
    Chao Yu authored
    Since commit ee6d182f
    
     ("f2fs: remove syncing inode page in all the
    cases") delayed inode element updating from inode cache to node page
    cache, so once largest cached extent is updated, we can make inode dirty
    immediately instead of checking and updating it in the end of extent
    cache update.
    
    The above commit didn't clean up unneeded codes in extent_cache.c, let's
    finish the job in this patch.
    
    Signed-off-by: default avatarChao Yu <yuchao0@huawei.com>
    Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
    317e1300