]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: send: fix typo in TLV_PUT
authorLiu Bo <bo.li.liu@oracle.com>
Sat, 3 Mar 2018 01:05:49 +0000 (18:05 -0700)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Mar 2018 13:09:42 +0000 (15:09 +0200)
commit39c1fee04f0ee45ae9e9cfc663fa26ee27b52056
treea5f9a530cd399575d66c24dd304c18648b92082b
parent7b01fa7ac7c43900026d85814489d9e2b33c7182
Btrfs: send: fix typo in TLV_PUT

According to tlv_put()'s prototype, data and attrlen needs to be
exchanged in the macro, but seems all callers are already aware of
this misorder and are therefore not affected.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/send.c