Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cffbfa66 authored by Haicheng Li's avatar Haicheng Li Committed by Jaegeuk Kim
Browse files

f2fs: use true and false for boolean value

parent 87a9bd26
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1277,9 +1277,9 @@ static bool flush_sits_in_journal(struct f2fs_sb_info *sbi)
			__mark_sit_entry_dirty(sbi, segno);
		}
		update_sits_in_cursum(sum, -sits_in_cursum(sum));
		return 1;
		return true;
	}
	return 0;
	return false;
}

/*