On Mon, Jun 18, 2018 at 02:13:19PM +0300, Nikolay Borisov wrote: > When a new extent buffer is allocated there are a few mandatory fields > which need to be set in order for the buffer to be sane: level, > generation, bytenr, backref_rev, owner and FSID/UUID. Currently this > is open coded in the callers of btrfs_alloc_tree_block, meaning it's > fairly high in the abstraction hierarchy of operations. This patch > solves this by simply moving this init code in btrfs_init_new_buffer, > since this is the function which initializes a newly allocated > extent buffer. No functional changes. > > Signed-off-by: Nikolay Borisov <nbori...@suse.com>
Reviewed-by: David Sterba <dste...@suse.com> -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html