Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only use __builtin_expect if __GNUC__ > 3 | Theodore Ts'o | 2008-07-13 | 1 | -1/+1 |
| | | | | | | | | | Gcc only supports __builtin_expect for gcc versions 2.96 and up. Since it's tricky to check for gcc 2.95 vs 2.96 (and either are only used on really ancient systems anyway), we only use this optimization on 3.x and newer versions of gcc. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> | ||||
* | Add CRC32 (big-endian) routine for use by journal checksums | Theodore Ts'o | 2008-06-06 | 1 | -0/+64 |
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> |