]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: send: use temporary variable to store allocation size
authorDavid Sterba <dsterba@suse.com>
Mon, 11 Apr 2016 16:52:02 +0000 (18:52 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 6 May 2016 13:22:49 +0000 (15:22 +0200)
commit4dda22cf6a97cd7074d578dd5c95f437c81a93a3
tree065e2631cdd79aceb825ea9c7bcd5db500d4ae9b
parent4dc28240b2a5e2845d1739fc155f3dc4d018412b
btrfs: send: use temporary variable to store allocation size

We're going to use the argument multiple times later.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/send.c