Commit 176750b
ext4: fixup 64-bit divides in 3.0-stable backport of upstream fix
Orabug: 17488415
Replace C division operators with div64_u64 for divides introduced in:
commit 503f4bdcc078e7abee273a85ce322de81b18a224
ext4: use atomic64_t for the per-flexbg free_clusters count
Specific to the 3.0-stable backport of the upstream patch.
Signed-off-by: Todd Poynor <[email protected]>
Reviewed-by: "Theodore Ts'o" <[email protected]>
Cc: Christoph Biedl <[email protected]>
Cc: Lukas Czerner <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
(cherry picked from commit a58e3e13f5f8c03a88195c45771b2ef3a7a53f75)
Signed-off-by: Todd Vierling <[email protected]>
Acked-by: John Haxby <[email protected]>
Signed-off-by: Brian Maly <[email protected]>1 parent fa86ac6 commit 176750b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
356 | 357 | | |
357 | 358 | | |
358 | 359 | | |
359 | | - | |
| 360 | + | |
360 | 361 | | |
361 | 362 | | |
362 | 363 | | |
| |||
371 | 372 | | |
372 | 373 | | |
373 | 374 | | |
374 | | - | |
| 375 | + | |
375 | 376 | | |
376 | 377 | | |
377 | 378 | | |
| |||
0 commit comments