commit | 9f6d251033bc5bd0115c23fae8b6aac5f6263c2c | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Jun 16 01:48:05 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Wed Aug 16 16:12:04 2017 +0200 |
tree | ae3c17550189c0f83634bd65d2586030a5c90d2d | |
parent | abbb3b8ebfec577390873d33076d56bc6e758939 [diff] |
btrfs: use named constant for bdev blocksize Superblock is read and written using buffer heads, we need to set the bdev blocksize. The magic constant has been hardcoded in several places, so replace it with a named constant. Signed-off-by: David Sterba <dsterba@suse.com>