commit | 624d0f1dd7c80d2bac4fc3066b2ff3947f890883 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Nov 25 11:53:47 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Nov 25 11:53:47 2014 -0500 |
tree | 46f138fb80ce3c179ee96b6b6ce039d47022ed26 | |
parent | dd4759255188771e60cf3455982959a1ba04f4eb [diff] |
ext4: cleanup flag definitions for extent status tree Currently flags for extent status tree are defined twice, once shifted and once without a being shifted. Consolidate these definitions into one place and make some computations automatic to make adding flags less error prone. Compiler should be clever enough to figure out these are constants and generate the same code. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>