commit | 345ee947482f1c787b31014008586b8f512af1bd | [log] [tgz] |
---|---|---|
author | Eric Whitney <enwlinux@gmail.com> | Sun Nov 23 00:59:39 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Nov 23 00:59:39 2014 -0500 |
tree | 1316cb427103e7e75d9ce63fa37ac43f3926bcad | |
parent | 5bf43760654fa618fb8bb1612ee2d7ae164f7f94 [diff] |
ext4: miscellaneous partial cluster cleanups Add some casts and rearrange a few statements for improved readability. Some code can also be simplified and made more readable if we set partial_cluster to 0 rather than to a negative value when we can tell we've hit the left edge of the punched region. Signed-off-by: Eric Whitney <enwlinux@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>