btrfs: send: squeeze bitfilelds in fs_path
authorDavid Sterba <[email protected]>
Mon, 3 Feb 2014 18:23:47 +0000 (19:23 +0100)
committerJosef Bacik <[email protected]>
Mon, 10 Mar 2014 19:15:46 +0000 (15:15 -0400)
commit1f5a7ff999523e9996befbe03e196eb73370fe36
tree8986afa0392a4976497c90c60c4e8319a11a2ab2
parente25a8122061edcde6175cbcfd2e21367ad017212
btrfs: send: squeeze bitfilelds in fs_path

We know that buf_len is at most PATH_MAX, 4k, and can merge it with the
reversed member. This saves 3 bytes in favor of inline_buf.

Signed-off-by: David Sterba <[email protected]>
Signed-off-by: Josef Bacik <[email protected]>
fs/btrfs/send.c