Re: [PATCH] Btrfs: send: fix typo in TLV_PUT

2018-03-05 Thread David Sterba
On Fri, Mar 02, 2018 at 06:05:49PM -0700, Liu Bo wrote: > 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 Reviewed-by: David Sterba --

[PATCH] Btrfs: send: fix typo in TLV_PUT

2018-03-02 Thread Liu Bo
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 --- fs/btrfs/send.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/b