···27412741write:27422742 if (f2fs_is_drop_cache(inode))27432743 goto out;27442744- /* we should not write 0'th page having journal header */27452745- if (f2fs_is_volatile_file(inode) && (!page->index ||27462746- (!wbc->for_reclaim &&27472747- f2fs_available_free_memory(sbi, BASE_CHECK))))27482748- goto redirty_out;2749274427502745 /* Dentry/quota blocks are controlled by checkpoint */27512746 if (S_ISDIR(inode->i_mode) || IS_NOQUOTA(inode)) {
···128128 if (f2fs_verity_in_progress(inode))129129 return -EBUSY;130130131131- if (f2fs_is_atomic_file(inode) || f2fs_is_volatile_file(inode))131131+ if (f2fs_is_atomic_file(inode))132132 return -EOPNOTSUPP;133133134134 /*