commit | ee1de406ba6eb1e01f143fe3351e70cc772cc63e | [log] [tgz] |
---|---|---|
author | Greg Price <price@MIT.EDU> | Fri Nov 29 15:56:16 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Mar 19 22:18:51 2014 -0400 |
tree | 9e2cd3196e964515cfcfbfcfe343201b42cfe6c9 | |
parent | 19fa5be1d92be3112521145bf99f77007abf6b16 [diff] |
random: simplify accounting logic This logic is exactly equivalent to the old logic, but it should be easier to see what it's doing. The equivalence depends on one fact from outside this function: when 'r->limit' is false, 'reserved' is zero. (Well, two facts; the other is that 'reserved' is never negative.) Cc: Jiri Kosina <jkosina@suse.cz> Cc: "H. Peter Anvin" <hpa@zytor.com> Signed-off-by: Greg Price <price@mit.edu> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>