commit | df55c99dc8ee4c3c886a5edc8a4aa6b131c95afc | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Sep 09 19:16:51 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Sep 09 19:16:51 2011 -0400 |
tree | 6e5ea5a435659fa2dee7410f0b0196bdaf3a2054 | |
parent | e7d5f3156e6827970f75ab27ad7eb0155826eb0b [diff] |
ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters() Rename the function so it is more clear what is going on. Also rename the various variables so it's clearer what's happening. Also fix a missing blocks to cluster conversion when reading the number of reserved blocks for root. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>