]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: send: squeeze bitfilelds in fs_path
authorDavid Sterba <dsterba@suse.cz>
Mon, 3 Feb 2014 18:23:47 +0000 (19:23 +0100)
committerJosef Bacik <jbacik@fb.com>
Mon, 10 Mar 2014 19:15:46 +0000 (15:15 -0400)
commit50cae403efe85fc476a287b06a338c42731d9151
tree8986afa0392a4976497c90c60c4e8319a11a2ab2
parent02fe27cc418c2ae9c2d72ef100d9d2963c857a64
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 <dsterba@suse.cz>
Signed-off-by: Josef Bacik <jbacik@fb.com>
fs/btrfs/send.c