]> 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)
commit1689db2c0fcc84c26073b26728dfbc065312e919
tree065e2631cdd79aceb825ea9c7bcd5db500d4ae9b
parent0861b798c0825f1057a385f5cc162db58a0d7c0e
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