|
@@ -1225,7 +1225,8 @@ void allocate_data_block(struct f2fs_sb_info *sbi, struct page *page,
|
|
|
mutex_lock(&sit_i->sentry_lock);
|
|
|
|
|
|
/* direct_io'ed data is aligned to the segment for better performance */
|
|
|
- if (direct_io && curseg->next_blkoff)
|
|
|
+ if (direct_io && curseg->next_blkoff &&
|
|
|
+ !has_not_enough_free_secs(sbi, 0))
|
|
|
__allocate_new_segments(sbi, type);
|
|
|
|
|
|
*new_blkaddr = NEXT_FREE_BLKADDR(sbi, curseg);
|