commit | 52ba692972532f8d652080214b6599ece3dd51b9 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Mon Jan 16 22:04:47 2012 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Jan 16 22:04:47 2012 +0200 |
tree | d4c60bad0a7813d964988c7c40aeceadfb54cc1d | |
parent | 6fef8df1dcb9b586268caff66df1d71ce8610132 [diff] |
Btrfs: introduce masks for chunk type and profile Chunk's type and profile are encoded in u64 flags field. Introduce masks to easily access them. Also fix the type of BTRFS_BLOCK_GROUP_* constants, it should be ULL. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>