at flog_commit_file_sector if(file->sector == FLOG_TAIL_SECTOR) call flog_flush_dirty_block ,but flog_flush_dirty_block call flog_commit_file_sector ,this causes a dead loop。
at flog_commit_file_sector
if(file->sector == FLOG_TAIL_SECTOR)
call flog_flush_dirty_block ,but flog_flush_dirty_block call flog_commit_file_sector ,this causes a dead loop。