OSDN Git Service

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)
commit895a72be411e9a6b40c1062f0f54faca2bb03568
treea5f9a530cd399575d66c24dd304c18648b92082b
parente5b84f7a258a8344947e8b955b8c2648008d8ccc
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